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

  /src/external/bsd/nvi/dist/regex/
engine.c 103 #define NOTHING (BOL+3)
126 #define SP(t, s, c) /* nothing */
127 #define AT(t, p1, p2, s1, s2) /* nothing */
128 #define NOTE(s) /* nothing */
729 st = step(m->g, startst, stopst, st, NOTHING, OUT, st);
783 assert(EQ(step(m->g, startst, stopst, st, NOTHING, OUT, st), st));
822 st = step(m->g, startst, stopst, st, NOTHING, OUT, st);
874 assert(EQ(step(m->g, startst, stopst, st, NOTHING, OUT, st), st));
889 == #define NOTHING (BOL+3)
  /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/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/external/bsd/less/dist/
regexp.c 91 #define NOTHING 9 /* no Match empty string. */
398 (void) regnode(NOTHING);
407 * of * and + are somewhat optimized: they use the same NOTHING node as
443 regtail(ret, regnode(NOTHING)); /* null. */
452 regtail(ret, regnode(NOTHING)); /* null. */
457 next = regnode(NOTHING); /* null. */
546 FAIL("?+* follows nothing");
894 case NOTHING:
1176 case NOTHING:
1177 p = "NOTHING";
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
auto-inc-dec.cc 42 almost nothing that remains of that code.
159 NOTHING,
523 change, i.e. nothing fails. Generate any necessary movs, move
753 case NOTHING:
930 -1 is returned for success. 0 is returned if nothing was found and
  /src/external/gpl3/gcc.old/dist/gcc/
auto-inc-dec.cc 42 almost nothing that remains of that code.
159 NOTHING,
523 change, i.e. nothing fails. Generate any necessary movs, move
753 case NOTHING:
930 -1 is returned for success. 0 is returned if nothing was found and
  /src/games/rogue/
rogue.h 50 #define NOTHING ((unsigned short) 0)
  /src/external/gpl3/gdb.old/dist/gdb/
linespec.c 55 /* Nothing, no possible completion. */
56 NOTHING,
315 linespec_complete_what complete_what = linespec_complete_what::NOTHING;
777 /* Nothing. */
1689 parser->complete_what = linespec_complete_what::NOTHING;
1707 parser->complete_what = linespec_complete_what::NOTHING;
1730 parser->complete_what = linespec_complete_what::NOTHING;
1746 parser->complete_what = linespec_complete_what::NOTHING;
2526 nothing to complete the latter to, so just let the caller
2567 parser->complete_what = linespec_complete_what::NOTHING;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
linespec.c 55 /* Nothing, no possible completion. */
56 NOTHING,
341 linespec_complete_what complete_what = linespec_complete_what::NOTHING;
803 /* Nothing. */
1675 parser->complete_what = linespec_complete_what::NOTHING;
1693 parser->complete_what = linespec_complete_what::NOTHING;
1716 parser->complete_what = linespec_complete_what::NOTHING;
1732 parser->complete_what = linespec_complete_what::NOTHING;
2512 nothing to complete the latter to, so just let the caller
2553 parser->complete_what = linespec_complete_what::NOTHING;
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 22195 #define NOTHING 9
22440 (void) regnode(preg, NOTHING);
23422 case NOTHING:
23601 "count follows nothing",

Completed in 103 milliseconds