Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsocket/inet/
H A Druserpass.c76 char *tokstr; member
97 t->tokstr = "login"; t++->tval = LOGIN; in _ruserdata()
100 t->tokstr = "write"; t++->tval = WRITE; in _ruserdata()
101 t->tokstr = "yes"; t++->tval = YES; in _ruserdata()
102 t->tokstr = "y"; t++->tval = YES; in _ruserdata()
103 t->tokstr = "no"; t++->tval = NO; in _ruserdata()
104 t->tokstr = "n"; t++->tval = NO; in _ruserdata()
106 t->tokstr = "force"; t++->tval = FORCE; in _ruserdata()
108 t->tokstr = 0; t->tval = 0; in _ruserdata()
273 for (t = d->toktab; t->tokstr; t++) in token()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c68 char *tokstr; member
302 for (t = toktab; t->tokstr; t++) in token()
303 if (strcmp(t->tokstr, tokval) == 0) in token()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.h46 struct tokstr { struct
H A Descparse.y60 struct tokstr tok;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c300 char tokstr[3]; in sh_lex() local
313 macro, split, expand, fmttoken(lp,tok,tokstr)); in sh_lex()
2151 register char *tokstr; in sh_syntax() local
2162 tokstr = fmttoken(lp,tok,tokbuf); in sh_syntax()
2182 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax1,lp->lastline,tokstr,cp); in sh_syntax()
2184 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax2,tokstr,cp); in sh_syntax()