| /openbsd-src/usr.bin/lex/ |
| H A D | ecs.c | 94 if (bck[i] == NIL) { in cre8ecs() 96 for (j = fwd[i]; j != NIL; j = fwd[j]) in cre8ecs() 143 for (i = fwd[cclm]; i != NIL && i <= llsiz; i = fwd[i]) { in mkeccl() 183 if (oldec != NIL) in mkeccl() 191 if (bck[cclm] != NIL || oldec != bck[cclm]) { in mkeccl() 192 bck[cclm] = NIL; in mkeccl() 193 fwd[oldec] = NIL; in mkeccl() 195 fwd[newec] = NIL; in mkeccl() 217 if (fwd[tch] != NIL) in mkechar() 220 if (bck[tch] != NIL) in mkechar() [all …]
|
| H A D | tblcmp.c | 124 for (i = firstprot; i != NIL; i = protnext[i]) 142 if (firstprot != NIL) { 162 for (i = minprot; i != NIL; i = protnext[i]) { 453 tecbck[1] = NIL; in inittbl() 460 tecfwd[numecs] = NIL; in inittbl() 672 protnext[lastprot] = NIL; 678 if (firstprot != NIL) 759 if (protnext[qelm] != NIL) in mv2front() 762 protprev[qelm] = NIL;
|
| H A D | nfa.c | 127 if (anum != NIL) 318 if (first == NIL) 321 else if (last == NIL) 475 if (first == NIL) 478 else if (second == NIL) 494 accptnum[finalst[first]] == NIL) { 498 accptnum[finalst[second]] == NIL) { 628 accptnum[lastnfa] = NIL;
|
| H A D | dfa.c | 251 if ( nfaccnum != NIL ) \ 283 if ( nfaccnum != NIL || transchar[state] != SYM_EPSILON ) \ 414 duplist[i] = NIL; in ntod() 419 accset[i] = NIL; in ntod() 627 if (duplist[sym] == NIL) { in ntod() 690 duplist[sym] = NIL; in ntod() 1030 duplist[1] = NIL; 1031 dupfwd[numecs] = NIL;
|
| H A D | flexdef.h | 184 /* NIL must be 0. If not, its special meaning when making equivalence classes 187 #define NIL 0 macro 190 #define NO_TRANSITION NIL
|
| H A D | main.c | 300 ecgroup[1] = NIL; in check_options() 307 nextecm[csize] = NIL; in check_options() 1407 firstprot = NIL;
|
| /openbsd-src/usr.bin/awk/ |
| H A D | awkgram.y | 129 { --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); } 177 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); } 179 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); } 181 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); } 208 | ppattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); free($3); } 211 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0)); 236 | pattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); free($3); } 239 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0)); 286 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); free($1); } 308 | print prarg { $$ = stat3($1, $2, NIL, NIL); } [all …]
|
| H A D | b.c | 237 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p); in mkdfa() 239 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL)); in mkdfa() 976 return(op2(EMPTYRE, NIL, NIL)); in primary() 997 np = op2(CHAR, NIL, itonp(rlxval)); in primary() 1002 return (unary(op2(ALL, NIL, NIL))); in primary() [all...] |
| H A D | awk.h | 179 #define NIL ((Node *) 0) macro
|
| /openbsd-src/gnu/usr.bin/perl/t/io/ |
| H A D | pipe.t | 179 open NIL, qq{|$Perl -e "exit 0"} or die "open failed: $!"; 181 if (print NIL 'foo') { 183 ok( !close NIL, 'close error on broken pipe' ); 186 ok(close NIL, 'print failed on broken pipe'); 193 open NIL, qq{|$Perl -e "exit 23";} or die "fork failed: $!"; 195 ok(!close NIL, 'close failure on non-zero piped exit'); 232 local(*NIL); 233 open NIL, qq{|$Perl -e "exit 23"} or die "fork failed: $!"; 235 # NIL implicitly closed here 243 open NIL, '/no_such_proces [all...] |
| /openbsd-src/games/canfield/canfield/ |
| H A D | canfield.c | 135 #define NIL ((struct cardtype *) -1) macro 451 ptr != NIL; in cleanupboard() 489 ptr != NIL; in cleanupboard() 514 cards[i].next = NIL; in initdeck() 591 if (cp == NIL) in printcard() 634 if (*cp != NIL) in fndbase() 652 if (*cp != NIL) { in fndbase() 686 deck[0]->next = NIL; in initgame() 688 deck[13]->next = NIL; in initgame() 690 found[i] = NIL; in initgame() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | dlx-dis.c | 32 #define NIL 0x9 macro 157 return NIL; in dlx_r_type() 226 return (unsigned char) NIL; in dlx_load_type() 259 return (unsigned char) NIL; in dlx_store_type() 317 return (unsigned char) NIL; in dlx_aluI_type() 354 return (unsigned char) NIL; in dlx_br_type() 394 return (unsigned char) NIL; in dlx_jmp_type() 425 return (unsigned char) NIL; in dlx_jr_type() 500 case NIL: in print_insn_dlx()
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | dlx-dis.c | 31 #define NIL 0x9 macro 180 return NIL; 250 return (unsigned char) NIL; 284 return (unsigned char) NIL; 343 return (unsigned char) NIL; 381 return (unsigned char) NIL; 422 return (unsigned char) NIL; 453 return (unsigned char) NIL; 530 case NIL:
|
| /openbsd-src/sys/arch/hppa/spmath/ |
| H A D | md.h | 42 #undef NIL 43 #define NIL 0 macro
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| H A D | deflate.c | 85 #define NIL 0 172 s->head[s->hash_size - 1] = NIL; \ 196 *p = (Pos)(m >= wsize ? m - wsize : NIL); 203 *p = (Pos)(m >= wsize ? m - wsize : NIL); in slide_hash() 1356 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match() 1832 hash_head = NIL; in deflate_stored() 1840 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_stored() 1932 hash_head = NIL; in deflate_fast() 1942 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_fast() 101 #define NIL global() macro
|
| /openbsd-src/sys/lib/libz/ |
| H A D | deflate.c | 81 #define NIL 0 macro 168 s->head[s->hash_size - 1] = NIL; \ 192 *p = (Pos)(m >= wsize ? m - wsize : NIL); in slide_hash() 199 *p = (Pos)(m >= wsize ? m - wsize : NIL); in slide_hash() 1360 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match() 1843 hash_head = NIL; in deflate_fast() 1851 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast() 1943 hash_head = NIL; in deflate_slow() 1953 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
|
| /openbsd-src/lib/libz/ |
| H A D | deflate.c | 81 #define NIL 0 macro 168 s->head[s->hash_size - 1] = NIL; \ 192 *p = (Pos)(m >= wsize ? m - wsize : NIL); in slide_hash() 199 *p = (Pos)(m >= wsize ? m - wsize : NIL); in slide_hash() 1360 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match() 1841 hash_head = NIL; in deflate_fast() 1849 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast() 1941 hash_head = NIL; in deflate_slow() 1951 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 20010518-1.c | 26 NIL, enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/ |
| H A D | s390.h | 1103 (MODE) == HImode ? SIGN_EXTEND : NIL) \ 1104 : ((MODE) == HImode ? SIGN_EXTEND : NIL))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.c | 3709 return (bypass_code == NIL && second_code == NIL); 3751 if (bypass_code != NIL || second_code != NIL) 6580 if (bypass_code != NIL || second_code != NIL) 8613 *bypass_code = NIL; 8614 *second_code = NIL; 8664 *second_code = NIL; 8665 *bypass_code = NIL; 8719 return (bypass_code != NIL || second_code != NIL) + 2; 8734 return (bypass_code != NIL || second_code != NIL) + 3; 8782 if ((bypass_code == NIL || bypass_test) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | stabs.texinfo | 2510 N_LSYM, NIL, NIL 2520 .stabs "name:sym_dec(struct tag)type_ref($vtbl_ptr_type)",N_LSYM,NIL,NIL,NIL 2613 N_LSYM,NIL,NIL,NIL 2619 .stabs "class_name:sym_desc(struct tag)",N_LSYM,NIL,NIL,NIL 2644 .stabs "name:type_ref(baseA)", N_LSYM, NIL, NIL, frame_ptr_offset 2684 N_FUN, NIL, NIL, code_addr_of_method_start 2700 type_desc(cross-reference to)baseA:",N_RSYM,NIL,NIL,register_number 2712 N_PSYM,NIL,NIL,offset_from_arg_ptr 2845 N_LSYM,NIL,NIL,NIL 2970 N_LSYM,NIL,NIL,NIL [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | read-rtl.c | 579 if (tmp_code == NIL)
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.amiga | 175 =item Add handling of NIL: to afstat()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | frv.opc | 276 /* NIL */ UNIT_NIL, 311 /* NIL */ UNIT_NIL, 343 /* NIL */ UNIT_NIL, 375 /* NIL */ UNIT_NIL,
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | frv.opc | 269 /* NIL */ UNIT_NIL, 300 /* NIL */ UNIT_NIL, 331 /* NIL */ UNIT_NIL,
|