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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dgen.c220 int lasttype = 0; local
234 if (tt->type != lasttype && subswitch) {
244 if (tt->rdclass && tt->type != lasttype) {
261 lasttype = tt->type;
512 int lasttype; local
780 lasttype = 0;
782 if (tt->type != lasttype)
786 lasttype = tt->type);
800 if (tt->type != lasttype) {
807 lasttype
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Drdata_test.c897 dns_rdatatype_t lasttype = 0; local
1187 if (lasttype == type) {
1200 lasttype = type;

Completed in 176 milliseconds