Lines Matching defs:next_token
215 static char *next_token(FILE *f, struct data_node *doc)
294 if (!(token = next_token(f, NULL)))
350 if (!(token = next_token(f, NULL)))
357 if (!(token = next_token(f, NULL)))
416 if (!(token = next_token(f, NULL)))
422 if (!(token = next_token(f, NULL)))
442 if (!(token = next_token(f, NULL)))
483 if (!(token = next_token(f, doc)))
651 while ((token = next_token(inc, NULL))) {
686 while ((token = next_token(f, doc))) {
691 token = next_token(f, doc);