Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1129 enum tokentype tokentype; variable
1185 tokentype = EOL; in next()
1201 tokentype = ALPHA; in next()
1204 tokentype = FIELD; in next()
1231 tokentype = ADDR_ETHER; in next()
1233 tokentype = ADDR_IP6; in next()
1239 tokentype = ADDR_AT; in next()
1242 tokentype = ALPHA; in next()
1246 tokentype = FIELD; in next()
1251 tokentype = ADDR_IP; in next()
[all …]
H A Dsnoop_pf.c611 if (tokentype == ADDR_IP) { in pf_ipaddr_match()
622 } else if (tokentype == ADDR_IP6) { in pf_ipaddr_match()
633 } else if (tokentype == ALPHA) { in pf_ipaddr_match()
1170 if (tokentype == FIELD) in pf_primary()
1229 if (tokentype != NUMBER) in pf_primary()
1346 if (tokentype != ALPHA && tokentype != ADDR_IP) in pf_primary()
1358 if (tokentype != ALPHA && tokentype != ADDR_IP6) in pf_primary()
1368 if (tokentype != NUMBER) in pf_primary()
1398 if (tokentype != NUMBER) in pf_primary()
1421 if (tokentype != NUMBER) in pf_primary()
[all …]
H A Dsnoop.h117 extern enum tokentype { enum
127 } tokentype;
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y748 register int tokentype; in yylex() local
770 tokentype = CHAR; in yylex()
805 tokentype = CHAR; in yylex()
808 tokentype = CHARSTRING; in yylex()
834 tokentype = c; in yylex()
840 tokentype = CHAR; in yylex()
868 tokentype = CHAR; in yylex()
871 tokentype = CHAR; in yylex()
888 tokentype = wptr->w_type; in yylex()
894 tokentype = INT; in yylex()
[all …]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c241 char *tokentype; /* Type of terminal symbols in the parser stack */ member
1360 lem.name = lem.include = lem.arg = lem.tokentype = lem.start = 0;
2138 psp->declargslot = &(psp->gp->tokentype);
3096 lemp->tokentype?lemp->tokentype:"void*"); lineno++;