Searched refs:tokenrun (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | internal.h | 139 typedef struct tokenrun tokenrun; typedef 140 struct tokenrun struct 142 tokenrun *next, *prev; argument 479 tokenrun base_run, *cur_run; 717 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
|
| H A D | lex.c | 63 static tokenrun *next_tokenrun (tokenrun *); 2443 _cpp_init_tokenrun (tokenrun *run, unsigned int count) in _cpp_init_tokenrun() 2451 static tokenrun * 2452 next_tokenrun (tokenrun *run) in next_tokenrun() 2456 run->next = XNEW (tokenrun); in next_tokenrun() 2557 tokenrun *next = next_tokenrun (pfile->cur_run); in _cpp_temp_token()
|
| H A D | init.c | 306 tokenrun *run, *runn; in cpp_destroy()
|
| H A D | directives.c | 1825 tokenrun *saved_cur_run; in destringize_and_run()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | internal.h | 143 typedef struct tokenrun tokenrun; typedef 144 struct tokenrun struct 146 tokenrun *next, *prev; argument 495 tokenrun base_run, *cur_run; 750 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
|
| H A D | lex.cc | 63 static tokenrun *next_tokenrun (tokenrun *); 3079 _cpp_init_tokenrun (tokenrun *run, unsigned int count) in _cpp_init_tokenrun() 3087 static tokenrun * 3088 next_tokenrun (tokenrun *run) in next_tokenrun() 3092 run->next = XNEW (tokenrun); in next_tokenrun() 3202 tokenrun *next = next_tokenrun (pfile->cur_run); in _cpp_temp_token()
|
| H A D | init.cc | 315 tokenrun *run, *runn; in cpp_destroy()
|
| H A D | directives.cc | 1866 tokenrun *saved_cur_run; in destringize_and_run()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2001 | 11141 * cpphash.h (struct tokenrun): Add prev. 11569 * cpphash.h (struct tokenrun): New.
|