Lines Matching refs:next_token
215 static char *next_token(FILE *f, struct data_node *doc) in next_token() function
294 if (!(token = next_token(f, NULL))) in parse_array()
350 if (!(token = next_token(f, NULL))) in parse_get_array_len()
357 if (!(token = next_token(f, NULL))) in parse_get_array_len()
416 if (!(token = next_token(f, NULL))) in parse_array_size()
422 if (!(token = next_token(f, NULL))) in parse_array_size()
442 if (!(token = next_token(f, NULL))) in parse_array_size()
483 if (!(token = next_token(f, doc))) in parse_test_struct()
651 while ((token = next_token(inc, NULL))) { in parse_include_macros()
686 while ((token = next_token(f, doc))) { in parse_file()
691 token = next_token(f, doc); in parse_file()