Searched refs:next_item (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/iplang/
H A Diplang_l.l40 int next_item __P((int));
173 \{ { push_proto(); return next_item('{'); }
174 \} { pop_proto(); return next_item('}'); }
175 ; { return next_item(';'); }
176 [0-9]+ { return next_item(IL_NUMBER); }
177 [0-9a-fA-F] { return next_item(IL_HEXDIGIT); }
178 : { return next_item(IL_COLON); }
179 #[^\n]* { return next_item(IL_COMMENT); }
180 [^ \{\}\n\t;:{}]* { return next_item(IL_TOKEN); }
181 \"[^\"]*\" { return next_item(IL_TOKE
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_frag.c375 struct isakmp_frag_item *next_item; local
377 next_item = item->frag_next;
382 item = next_item;
/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h130 char *next_item(char *opt); /* in list separated by comma and/or space */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c296 goto next_item;
333 next_item:
400 goto next_item;
430 next_item:
560 goto next_item;
566 next_item:
694 goto next_item;
730 next_item:
3325 goto next_item;
3349 next_item
[all...]
H A Ddecl.c4992 goto next_item;
5012 goto next_item;
5021 next_item:
9194 goto next_item;
9203 next_item:
9565 goto next_item;
9585 next_item:
9637 goto next_item;
9646 next_item:
9701 goto next_item;
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c752 *filenames = next_item(file);
776 *filenames = next_item(file);
902 next = next_item(names);
1715 char *next = next_item(opt_policy_oids);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.cc5097 goto next_item;
5117 goto next_item;
5126 next_item:
9282 goto next_item;
9291 next_item:
9653 goto next_item;
9673 next_item:
9725 goto next_item;
9734 next_item:
9789 goto next_item;
[all...]
H A Dopenmp.cc365 goto next_item;
402 next_item:
469 goto next_item;
499 next_item:
654 goto next_item;
660 next_item:
788 goto next_item;
824 next_item:
5086 goto next_item;
5110 next_item
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c638 char *next_item(char *opt) /* in list separated by comma and/or space */ function
729 char *next = next_item(files);
779 char *next = next_item(input);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc4134 goto next_item;
4181 next_item:

Completed in 424 milliseconds