Searched refs:gettoken (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/sljit/dist/doc/tutorial/
H A Dbrainfuck.c58 static int gettoken(FILE *src, int *ntok) function
163 while ((chr = gettoken(src, &nchr)) != EOF) {
/netbsd-current/games/atc/
H A Dinput.c72 static int gettoken(void);
282 c = gettoken();
340 gettoken(void) function
/netbsd-current/usr.sbin/moused/
H A Dmoused.c465 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
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmaster.c227 result = gettoken(lexer, options, token, eol, callbacks); \
354 gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *token, bool eol, function
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dmaster.c221 result = gettoken(lexer, options, token, eol, callbacks); \
348 gettoken(isc_lex_t *lex, unsigned int options, isc_token_t *token, bool eol, function

Completed in 316 milliseconds