Searched defs:tokstr (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libsocket/inet/ |
H A D | ruserpass.c | 74 char *tokstr; member in struct:ruserdata::toktab 94 t->tokstr = "default"; t++->tval = DEFAULT; 95 t->tokstr = "login"; t++->tval = LOGIN; 96 t->tokstr = "password"; t++->tval = PASSWD; 97 t->tokstr = "notify"; t++->tval = NOTIFY; 98 t->tokstr = "write"; t++->tval = WRITE; 99 t->tokstr = "yes"; t++->tval = YES; 100 t->tokstr = "y"; t++->tval = YES; 101 t->tokstr = "no"; t++->tval = NO; 102 t->tokstr [all...] |
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 299 char tokstr[3]; local 312 macro, split, expand, fmttoken(lp,tok,tokstr)); 2047 register char *tokstr; local 2058 tokstr = fmttoken(lp,tok,tokbuf); 2078 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax1,lp->lastline,tokstr,cp); 2080 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax2,tokstr,cp);
|
Completed in 25 milliseconds