Lines Matching refs:nexttok
71 static char *nexttok(void);
181 token = nexttok(); in comment()
218 (void) nexttok(); in arch_name()
228 (void) nexttok(); in arch_name()
300 token = nexttok(); in set()
426 token = nexttok(); in set_parents()
429 token = nexttok(); in set_parents()
479 (void) nexttok(); in accept_token()
499 token = nexttok(); in skip_to()
545 (void) nexttok(); in currtok()
551 nexttok(void) in nexttok() function