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

/netbsd-current/games/rogue/
H A Dzap.c130 (dungeon[*row][*col] == NOTHING)) {
310 (dungeon[orow][ocol] == NOTHING) ||
324 (dungeon[row][col] == NOTHING) ||
397 (dungeon[nrow][ncol] != NOTHING) &&
H A Dthrow.c174 (dungeon[*row][*col] == NOTHING)) ||
H A Dtrap.c174 (dungeon[row][col] == NOTHING)) && (tries < 15));
H A Drogue.h50 #define NOTHING ((unsigned short) 0) macro
H A Dlevel.c383 dungeon[i][j] = NOTHING;
/netbsd-current/lib/libcompat/regexp/
H A Dregexp.c94 #define NOTHING 9 /* no Match empty string. */ macro
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. */
973 case NOTHING:
1242 case NOTHING:
1243 p = "NOTHING";
/netbsd-current/external/bsd/less/dist/
H A Dregexp.c91 #define NOTHING 9 /* no Match empty string. */ macro
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. */
894 case NOTHING:
1176 case NOTHING:
1177 p = "NOTHING";
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregengine.inc100 #define NOTHING (BOL+3)
698 st = step(m->g, startst, stopst, st, NOTHING, st);
752 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st));
785 st = step(m->g, startst, stopst, st, NOTHING, st);
837 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinespec.c58 NOTHING, enumerator in enum:linespec_complete_what
323 linespec_complete_what complete_what = linespec_complete_what::NOTHING;
1707 parser->complete_what = linespec_complete_what::NOTHING;
1725 parser->complete_what = linespec_complete_what::NOTHING;
1748 parser->complete_what = linespec_complete_what::NOTHING;
1764 parser->complete_what = linespec_complete_what::NOTHING;
2540 parser->complete_what = linespec_complete_what::NOTHING;
2918 parser.complete_what = linespec_complete_what::NOTHING;
2930 parser.complete_what = linespec_complete_what::NOTHING;
2994 parser.complete_what = linespec_complete_what::NOTHING;
[all...]
/netbsd-current/external/bsd/nvi/dist/regex/
H A Dengine.c103 #define NOTHING (BOL+3) macro
724 st = step(m->g, startst, stopst, st, NOTHING, OUT, st);
778 assert(EQ(step(m->g, startst, stopst, st, NOTHING, OUT, st), st));
817 st = step(m->g, startst, stopst, st, NOTHING, OUT, st);
869 assert(EQ(step(m->g, startst, stopst, st, NOTHING, OUT, st), st));
884 == #define NOTHING (BOL+3)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinespec.c57 NOTHING, enumerator in enum:linespec_complete_what
323 linespec_complete_what complete_what = linespec_complete_what::NOTHING;
1756 parser->complete_what = linespec_complete_what::NOTHING;
1777 parser->complete_what = linespec_complete_what::NOTHING;
1800 parser->complete_what = linespec_complete_what::NOTHING;
1816 parser->complete_what = linespec_complete_what::NOTHING;
2596 parser->complete_what = linespec_complete_what::NOTHING;
2989 parser.complete_what = linespec_complete_what::NOTHING;
3001 parser.complete_what = linespec_complete_what::NOTHING;
3067 parser.complete_what = linespec_complete_what::NOTHING;
[all...]
/netbsd-current/lib/libc/regex/
H A Dengine.c122 #define NOTHING (BOL-3) macro
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)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dauto-inc-dec.c159 NOTHING, enumerator in enum:gen_form
753 case NOTHING:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dauto-inc-dec.cc159 NOTHING, enumerator in enum:gen_form
753 case NOTHING:

Completed in 323 milliseconds