Home | History | Annotate | Download | only in common

Lines Matching defs:ISOLATE

85 /* explicit isolate codes */
112 * The following bit is used for the directional isolate status.
113 * Stack entries corresponding to isolate sequences are greater than ISOLATE.
115 #define ISOLATE 0x0100
126 /* number of isolate entries allocated initially without malloc */
128 /* number of isolate run entries for paired brackets allocated initially without malloc */
184 typedef struct Isolate {
189 } Isolate;
287 Isolate *isolatesMemory;
357 /* maximum or current nesting depth of isolate sequences */
363 Isolate *isolates;
366 Isolate simpleIsolates[SIMPLE_ISOLATES_COUNT];
388 Isolate *isolatesMemory;
468 TRUE, (length)*sizeof(Isolate))