Home
last modified time | relevance | path

Searched refs:tokenrun (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h127 typedef struct tokenrun tokenrun; typedef
128 struct tokenrun struct
130 tokenrun *next, *prev; argument
382 tokenrun base_run, *cur_run;
558 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) in _cpp_init_tokenrun()
725 static tokenrun *
726 next_tokenrun (tokenrun *run) in next_tokenrun()
730 run->next = XNEW (tokenrun); in next_tokenrun()
H A Dinit.c238 tokenrun *run, *runn; in cpp_destroy()
H A Ddirectives.c1505 tokenrun *saved_cur_run; in destringize_and_run()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200111141 * cpphash.h (struct tokenrun): Add prev.
11569 * cpphash.h (struct tokenrun): New.