| /src/sys/external/bsd/sljit/dist/doc/tutorial/ |
| brainfuck.c | 58 static int gettoken(FILE *src, int *ntok) function 163 while ((chr = gettoken(src, &nchr)) != EOF) {
|
| /src/games/atc/ |
| input.c | 72 static int gettoken(void); 282 c = gettoken(); 340 gettoken(void) function
|
| /src/usr.sbin/moused/ |
| moused.c | 465 static symtab_t *gettoken(symtab_t *tab, const char *s, int len); 2681 t = gettoken(pnpprod, id->eisaid, id->neisaid); 2697 t = gettoken(pnpprod, id->compat + j, i - j); 2709 gettoken(symtab_t *tab, const char *s, int len) function
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| master.c | 227 result = gettoken(lexer, options, token, eol, callbacks); \ 253 #define GETTOKEN(lexer, options, token, eol) \ 288 GETTOKEN(lctx->lex, 0, &token, true); \ 354 gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *token, bool eol, function 1145 GETTOKEN(lctx->lex, ISC_LEXOPT_INITIALWS | ISC_LEXOPT_QSTRING, 1197 GETTOKEN(lctx->lex, 0, &token, false); 1242 GETTOKEN(lctx->lex, ISC_LEXOPT_QSTRING, &token, 1249 GETTOKEN(lctx->lex, 0, &token, true); 1287 GETTOKEN(lctx->lex, 0, &token, false); 1340 GETTOKEN(lctx->lex, 0, &token, false) [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| master.c | 215 result = gettoken(lexer, options, token, eol, callbacks); \ 258 #define GETTOKEN(lexer, options, token, eol) \ 293 GETTOKEN(lctx->lex, 0, &token, true); \ 358 gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *token, bool eol, function 1098 GETTOKEN(lctx->lex, ISC_LEXOPT_INITIALWS | ISC_LEXOPT_QSTRING, 1149 GETTOKEN(lctx->lex, 0, &token, false); 1194 GETTOKEN(lctx->lex, ISC_LEXOPT_QSTRING, &token, 1201 GETTOKEN(lctx->lex, 0, &token, true); 1240 GETTOKEN(lctx->lex, 0, &token, false); 1290 GETTOKEN(lctx->lex, 0, &token, false) [all...] |