Searched defs:NOTHING (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A Dregexp.c108 #define NOTHING 9 /* no Match empty string. */ macro
426 (void) regnode(NOTHING,rcstate);
435 * of * and + are somewhat optimized: they use the same NOTHING node as
472 regtail(ret, regnode(NOTHING,rcstate)); /* null. */
481 regtail(ret, regnode(NOTHING,rcstate)); /* null. */
486 next = regnode(NOTHING,rcstate); /* null. */
936 case NOTHING:
1216 case NOTHING:
1217 p = "NOTHING";

Completed in 24 milliseconds