Searched refs:gettoken (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/tcsh-6/ |
| HD | gethost.c | 90 static char *gettoken (char **, char *); 118 gettoken(char **pptr, char *token) in gettoken() function 256 switch (token = findtoken(gettoken(&ptr, defs))) { in main() 294 if (gettoken(&ptr, defs) == NULL) { in main() 299 if (gettoken(&ptr, stmt) == NULL) { in main() 336 tok = gettoken(&ptr, defs); in main() 363 if (gettoken(&ptr, stmt) == NULL) { in main() 375 if (gettoken(&ptr, defs)) in main()
|
| /dragonfly/games/atc/ |
| HD | input.c | 96 static int gettoken(void); 259 c = gettoken(); in getcommand() 316 gettoken(void) in gettoken() function
|
| /dragonfly/usr.sbin/moused/ |
| HD | moused.c | 504 static symtab_t *gettoken(symtab_t *tab, char *s, int len); 2926 t = gettoken(pnpprod, id->eisaid, id->neisaid); in pnpproto() 2942 t = gettoken(pnpprod, id->compat + j, i - j); in pnpproto() 2954 gettoken(symtab_t *tab, char *s, int len) in gettoken() function
|
| /dragonfly/sys/config/ |
| HD | LINT64 | 1797 # (count to N) in front of any spinlock or gettoken.
|