Home
last modified time | relevance | path

Searched refs:tokentype (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1127 ADDR_IP6, ADDR_AT } tokentype; variable
1183 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 …]
H A Dsnoop_pf.c240 ADDR_IP6 } tokentype; variable
629 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 …]
/titanic_41/usr/src/cmd/loadkeys/
H A Dloadkeys.y773 register int tokentype; in yylex() local
795 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 …]
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c244 char *tokentype; /* Type of terminal symbols in the parser stack */ member
1363 lem.name = lem.include = lem.arg = lem.tokentype = lem.start = 0;
2141 psp->declargslot = &(psp->gp->tokentype);
3099 lemp->tokentype?lemp->tokentype:"void*"); lineno++;