HomeSort by: relevance | last modified time | path
    Searched refs:next_item (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/ipf/dist/iplang/
iplang_l.l 40 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_TOKEN);
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_frag.c 368 struct isakmp_frag_item *next_item; local
370 next_item = item->frag_next;
375 item = next_item;
  /src/crypto/external/apache2/openssl/dist/apps/include/
apps.h 141 char *next_item(char *opt); /* in list separated by comma and/or space */
  /src/crypto/external/bsd/openssl/dist/apps/include/
apps.h 130 char *next_item(char *opt); /* in list separated by comma and/or space */
  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 752 *filenames = next_item(file);
776 *filenames = next_item(file);
902 next = next_item(names);
1715 char *next = next_item(opt_policy_oids);
  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 5156 goto next_item;
5176 goto next_item;
5185 next_item:
9356 goto next_item;
9365 next_item:
9727 goto next_item;
9747 next_item:
9799 goto next_item;
9808 next_item:
9863 goto next_item;
    [all...]
openmp.cc 443 goto next_item;
499 goto next_item;
536 next_item:
603 goto next_item;
633 next_item:
798 goto next_item;
804 next_item:
932 goto next_item;
968 next_item:
6149 goto next_item;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 5100 goto next_item;
5120 goto next_item;
5129 next_item:
9285 goto next_item;
9294 next_item:
9656 goto next_item;
9676 next_item:
9728 goto next_item;
9737 next_item:
9792 goto next_item;
    [all...]
openmp.cc 365 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...]
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 638 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);
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 892 *filenames = next_item(file);
916 *filenames = next_item(file);
1049 next = next_item(names);
2032 char *next = next_item(opt_policy_oids);
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 649 char *next_item(char *opt) /* in list separated by comma and/or space */ function
740 char *next = next_item(files);
790 char *next = next_item(input);
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 4106 goto next_item;
4153 next_item:
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 4137 goto next_item;
4184 next_item:
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 15363 goto next_item;
15579 next_item:

Completed in 91 milliseconds