Home | History | Annotate | Download | only in common

Lines Matching defs:Isolate

82 /* explicit isolate codes */
109 * The following bit is used for the directional isolate status.
110 * Stack entries corresponding to isolate sequences are greater than ISOLATE.
112 #define ISOLATE 0x0100
123 /* number of isolate entries allocated initially without malloc */
125 /* number of isolate run entries for paired brackets allocated initially without malloc */
181 typedef struct Isolate {
186 } Isolate;
284 Isolate *isolatesMemory;
354 /* maximum or current nesting depth of isolate sequences */
360 Isolate *isolates;
363 Isolate simpleIsolates[SIMPLE_ISOLATES_COUNT];
385 Isolate *isolatesMemory;
465 TRUE, (length)*sizeof(Isolate))