Searched refs:next_tokenrun (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Dlex.c62 static tokenrun *next_tokenrun (tokenrun *);
726 next_tokenrun (tokenrun *run) function
750 pfile->cur_run = next_tokenrun (pfile->cur_run);
771 pfile->cur_run = next_tokenrun (pfile->cur_run);

Completed in 78 milliseconds