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()
1258 tokentype = NUMBER; in next()
1269 tokentype = ALPHA; in next()
1293 tokentype = ALPHA; in next()
1296 tokentype = FIELD; in next()
1301 tokentype = SPECIAL; in next()
2391 if (tokentype != ALPHA && tokentype != ADDR_IP) in primary()
[all …]
H A Dsnoop_pf.c611 if (tokentype == ADDR_IP) { 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()
1445 tokentype == ADDR_IP || in pf_primary()
1446 tokentype == ADDR_IP6 || 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()
803 tokentype = CHAR; in yylex()
806 tokentype = CHARSTRING; in yylex()
832 tokentype = c; in yylex()
838 tokentype = CHAR; in yylex()
866 tokentype = CHAR; in yylex()
869 tokentype = CHAR; in yylex()
886 tokentype = wptr->w_type; in yylex()
892 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++;