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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dinternal.h127 typedef struct tokenrun tokenrun; typedef in typeref:struct:tokenrun
128 struct tokenrun struct
130 tokenrun *next, *prev;
382 tokenrun base_run, *cur_run;
557 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
H A Dlex.c62 static tokenrun *next_tokenrun (tokenrun *);
717 _cpp_init_tokenrun (tokenrun *run, unsigned int count)
724 /* Returns the next tokenrun, or creates one if there is none. */
725 static tokenrun *
726 next_tokenrun (tokenrun *run)
730 run->next = XNEW (tokenrun);
H A Dinit.c238 tokenrun *run, *runn;
H A Ddirectives.c1505 tokenrun *saved_cur_run;

Completed in 52 milliseconds