Searched defs:tokstr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.h34 * the tokstr struct is the communication mechanism between the lexer
48 struct tokstr { struct
/illumos-gate/usr/src/lib/libsocket/inet/
H A Druserpass.c77 char *tokstr; member in struct:ruserdata::toktab
97 t->tokstr = "default"; t++->tval = DEFAULT;
98 t->tokstr = "login"; t++->tval = LOGIN;
99 t->tokstr = "password"; t++->tval = PASSWD;
100 t->tokstr = "notify"; t++->tval = NOTIFY;
101 t->tokstr = "write"; t++->tval = WRITE;
102 t->tokstr = "yes"; t++->tval = YES;
103 t->tokstr = "y"; t++->tval = YES;
104 t->tokstr = "no"; t++->tval = NO;
105 t->tokstr
[all...]
/illumos-gate/usr/src/lib/libbc/libc/net/
H A Druserpass.c62 char *tokstr; member in struct:ruserdata::toktab
82 t->tokstr = "default"; t++->tval = DEFAULT;
83 t->tokstr = "login"; t++->tval = LOGIN;
84 t->tokstr = "password"; t++->tval = PASSWD;
85 t->tokstr = "notify"; t++->tval = NOTIFY;
86 t->tokstr = "write"; t++->tval = WRITE;
87 t->tokstr = "yes"; t++->tval = YES;
88 t->tokstr = "y"; t++->tval = YES;
89 t->tokstr = "no"; t++->tval = NO;
90 t->tokstr
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c70 char *tokstr; member in struct:toktab
304 for (t = toktab; t->tokstr; t++)
305 if (strcmp(t->tokstr, tokval) == 0)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c289 char tokstr[3]; local
302 macro, split, expand, fmttoken(lp,tok,tokstr));
1987 register char *tokstr; local
1998 tokstr = fmttoken(lp,tok,tokbuf);
2017 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax1,lp->lastline,tokstr,cp);
2019 errormsg(SH_DICT,ERROR_exit(SYNBAD),e_lexsyntax2,tokstr,cp);

Completed in 102 milliseconds