HomeSort by: relevance | last modified time | path
    Searched defs:NOTHING (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcompat/regexp/
regexp.c 94 #define NOTHING 9 /* no Match empty string. */
400 (void) regnode(NOTHING);
409 * of * and + are somewhat optimized: they use the same NOTHING node as
445 regtail(ret, regnode(NOTHING)); /* null. */
454 regtail(ret, regnode(NOTHING)); /* null. */
459 next = regnode(NOTHING); /* null. */
548 FAIL("?+* follows nothing");
973 case NOTHING:
1242 case NOTHING:
1243 p = "NOTHING";
    [all...]
  /src/lib/libc/regex/
engine.c 122 #define NOTHING (BOL-3)
152 #define SP(t, s, c) /* nothing */
153 #define AT(t, p1, p2, s1, s2) /* nothing */
154 #define NOTE(s) /* nothing */
902 st = step(m->g, startst, stopst, st, NOTHING, st, sflags);
1004 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st, sflags),
1028 == #define NOTHING (BOL-3)
  /src/games/rogue/
rogue.h 50 #define NOTHING ((unsigned short) 0)

Completed in 49 milliseconds