HomeSort by: relevance | last modified time | path
    Searched defs:gettoken (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/doc/tutorial/
brainfuck.c 58 static int gettoken(FILE *src, int *ntok) function in typeref:typename:int
163 while ((chr = gettoken(src, &nchr)) != EOF) {
  /src/games/atc/
input.c 72 static int gettoken(void);
282 c = gettoken();
340 gettoken(void) function in typeref:typename:int
  /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 in typeref:typename:symtab_t *

Completed in 98 milliseconds