Searched refs:tokenrun (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | internal.h | 129 typedef struct tokenrun tokenrun; typedef 130 struct tokenrun struct 132 tokenrun *next, *prev; argument 454 tokenrun base_run, *cur_run; 654 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
|
| HD | lex.c | 64 static tokenrun *next_tokenrun (tokenrun *); 1721 _cpp_init_tokenrun (tokenrun *run, unsigned int count) in _cpp_init_tokenrun() 1729 static tokenrun * 1730 next_tokenrun (tokenrun *run) in next_tokenrun() 1734 run->next = XNEW (tokenrun); in next_tokenrun() 1825 tokenrun *next = next_tokenrun (pfile->cur_run); in _cpp_temp_token()
|
| HD | init.c | 264 tokenrun *run, *runn; in cpp_destroy()
|
| HD | directives.c | 1715 tokenrun *saved_cur_run; in destringize_and_run()
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | internal.h | 130 typedef struct tokenrun tokenrun; typedef 131 struct tokenrun struct 133 tokenrun *next, *prev; argument 472 tokenrun base_run, *cur_run; 684 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
|
| HD | lex.c | 63 static tokenrun *next_tokenrun (tokenrun *); 2431 _cpp_init_tokenrun (tokenrun *run, unsigned int count) in _cpp_init_tokenrun() 2439 static tokenrun * 2440 next_tokenrun (tokenrun *run) in next_tokenrun() 2444 run->next = XNEW (tokenrun); in next_tokenrun() 2545 tokenrun *next = next_tokenrun (pfile->cur_run); in _cpp_temp_token()
|
| HD | init.c | 298 tokenrun *run, *runn; in cpp_destroy()
|
| HD | directives.c | 1818 tokenrun *saved_cur_run; in destringize_and_run()
|