Searched refs:lasttype (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgengtype-yacc.y59 %type <t> type lasttype
90 externstatic: ENT_EXTERNSTATIC options lasttype ID semiequal
95 | ENT_EXTERNSTATIC options lasttype ID ARRAY semiequal
100 | ENT_EXTERNSTATIC options lasttype ID ARRAY ARRAY semiequal
108 lasttype: type label
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dgen.c232 int lasttype = 0; local
246 if (tt->type != lasttype && subswitch) {
256 if (tt->rdclass && tt->type != lasttype) {
273 lasttype = tt->type;
516 int lasttype; local
807 lasttype = 0;
809 if (tt->type != lasttype)
813 lasttype = tt->type);
827 if (tt->type != lasttype) {
834 lasttype
[all...]

Completed in 107 milliseconds