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

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h139 typedef struct tokenrun tokenrun; typedef in typeref:struct:tokenrun
140 struct tokenrun struct
142 tokenrun *next, *prev;
479 tokenrun base_run, *cur_run;
717 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
H A Dlex.c63 static tokenrun *next_tokenrun (tokenrun *);
2444 _cpp_init_tokenrun (tokenrun *run, unsigned int count)
2451 /* Returns the next tokenrun, or creates one if there is none. */
2452 static tokenrun *
2453 next_tokenrun (tokenrun *run)
2457 run->next = XNEW (tokenrun);
2558 tokenrun *next = next_tokenrun (pfile->cur_run);
H A Dinit.c306 tokenrun *run, *runn;
H A Ddirectives.c1825 tokenrun *saved_cur_run;
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h143 typedef struct tokenrun tokenrun; typedef in typeref:struct:tokenrun
144 struct tokenrun struct
146 tokenrun *next, *prev;
495 tokenrun base_run, *cur_run;
750 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
H A Dlex.cc63 static tokenrun *next_tokenrun (tokenrun *);
3080 _cpp_init_tokenrun (tokenrun *run, unsigned int count)
3087 /* Returns the next tokenrun, or creates one if there is none. */
3088 static tokenrun *
3089 next_tokenrun (tokenrun *run)
3093 run->next = XNEW (tokenrun);
3203 tokenrun *next = next_tokenrun (pfile->cur_run);
H A Dinit.cc315 tokenrun *run, *runn;
H A Ddirectives.cc1866 tokenrun *saved_cur_run;

Completed in 245 milliseconds