Searched refs:tokentype (Results 1 – 4 of 4) sorted by relevance
1127 ADDR_IP6, ADDR_AT } tokentype; variable1183 tokentype = EOL; in next()1199 tokentype = ALPHA; in next()1202 tokentype = FIELD; in next()1229 tokentype = ADDR_ETHER; in next()1231 tokentype = ADDR_IP6; in next()1237 tokentype = ADDR_AT; in next()1240 tokentype = ALPHA; in next()1244 tokentype = FIELD; in next()1249 tokentype = ADDR_IP; in next()[all …]
240 ADDR_IP6 } tokentype; variable629 if (tokentype == ADDR_IP) {640 } else if (tokentype == ADDR_IP6) {651 } else if (tokentype == ALPHA) {1192 if (tokentype == FIELD) in pf_primary()1251 if (tokentype != NUMBER) in pf_primary()1368 if (tokentype != ALPHA && tokentype != ADDR_IP) in pf_primary()1380 if (tokentype != ALPHA && tokentype != ADDR_IP6) in pf_primary()1390 if (tokentype != NUMBER) in pf_primary()1420 if (tokentype != NUMBER) in pf_primary()[all …]
773 register int tokentype; in yylex() local795 tokentype = CHAR; in yylex()828 tokentype = CHAR; in yylex()831 tokentype = CHARSTRING; in yylex()857 tokentype = c; in yylex()863 tokentype = CHAR; in yylex()891 tokentype = CHAR; in yylex()894 tokentype = CHAR; in yylex()911 tokentype = wptr->w_type; in yylex()917 tokentype = INT; in yylex()[all …]
244 char *tokentype; /* Type of terminal symbols in the parser stack */ member1363 lem.name = lem.include = lem.arg = lem.tokentype = lem.start = 0;2141 psp->declargslot = &(psp->gp->tokentype);3099 lemp->tokentype?lemp->tokentype:"void*"); lineno++;