event_block Struct Reference

event_block_t represents a block on events of the specified type More...

#include <parser.h>

Collaboration diagram for event_block:
[legend]

Data Fields

int type
 The types of events to block.
struct event_blocknext
 The next event_block struct.

Detailed Description

event_block_t represents a block on events of the specified type

Field Documentation

The types of events to block.

This is interpreted as a bitset whete the value is 1 for every bit corresponding to a blocked event type. For example, if EVENT_VARIABLE type events should be blocked, (type & 1<<EVENT_BLOCKED) should be set.

Note that EVENT_ANY can be used to specify any event.

Referenced by builtin_block(), and event_is_blocked().


The documentation for this struct was generated from the following file:

Generated on Sun Mar 8 15:46:56 2009 for fish by  doxygen 1.5.6