Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcclibs/libcpp/
Dinternal.h127 typedef struct tokenrun tokenrun; typedef
128 struct tokenrun struct
130 tokenrun *next, *prev; argument
382 tokenrun base_run, *cur_run;
557 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
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()
Dinit.c238 tokenrun *run, *runn; in cpp_destroy()
Ddirectives.c1505 tokenrun *saved_cur_run; in destringize_and_run()
/freebsd-9-stable/contrib/gcc/
DChangeLog-200111141 * cpphash.h (struct tokenrun): Add prev.
11569 * cpphash.h (struct tokenrun): New.