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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1127 ADDR_IP6, ADDR_AT } tokentype; variable in typeref:enum:__anon300
1154 * type in "tokentype". If tokentype is NUMBER then the
1183 tokentype = EOL;
1199 tokentype = ALPHA;
1202 tokentype = FIELD;
1229 tokentype = ADDR_ETHER;
1231 tokentype = ADDR_IP6;
1237 tokentype = ADDR_AT;
1240 tokentype
[all...]
H A Dsnoop_pf.c240 ADDR_IP6 } tokentype; variable in typeref:enum:__anon10
629 if (tokentype == ADDR_IP) {
640 } else if (tokentype == ADDR_IP6) {
651 } else if (tokentype == ALPHA) {
652 /* Some hostname i.e. tokentype is ALPHA */
1192 if (tokentype == FIELD)
1251 if (tokentype != NUMBER)
1368 if (tokentype != ALPHA && tokentype != ADDR_IP)
1380 if (tokentype !
[all...]
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y773 register int tokentype;
795 tokentype = CHAR;
828 tokentype = CHAR;
831 tokentype = CHARSTRING;
857 tokentype = c;
863 tokentype = CHAR;
891 tokentype = CHAR;
894 tokentype = CHAR;
911 tokentype = wptr->w_type;
917 tokentype
[all...]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c244 char *tokentype; /* Type of terminal symbols in the parser stack */ member in struct:lemon
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++;

Completed in 104 milliseconds