Searched refs:next_tokenrun (Results 1 – 3 of 3) sorted by relevance
63 static tokenrun *next_tokenrun (tokenrun *);2452 next_tokenrun (tokenrun *run) in next_tokenrun() function2557 tokenrun *next = next_tokenrun (pfile->cur_run); in _cpp_temp_token()2573 pfile->cur_run = next_tokenrun (pfile->cur_run); in _cpp_temp_token()2594 pfile->cur_run = next_tokenrun (pfile->cur_run); in _cpp_lex_token()
63 static tokenrun *next_tokenrun (tokenrun *);3088 next_tokenrun (tokenrun *run) in next_tokenrun() function3202 tokenrun *next = next_tokenrun (pfile->cur_run); in _cpp_temp_token()3218 pfile->cur_run = next_tokenrun (pfile->cur_run); in _cpp_temp_token()3384 pfile->cur_run = next_tokenrun (pfile->cur_run); in _cpp_lex_token()
11149 (next_tokenrun): Update.11574 * cpplex.c (lex_directive, lex_token, next_tokenrun): New.