Lines Matching defs:tokstr
74 char *tokstr;
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 = "n"; t++->tval = NO;
103 t->tokstr = "command"; t++->tval = COMMAND;
104 t->tokstr = "force"; t++->tval = FORCE;
105 t->tokstr = "machine"; t++->tval = MACHINE;
106 t->tokstr = 0; t->tval = 0;
262 for (t = d->toktab; t->tokstr; t++)
263 if ((strcmp(t->tokstr, d->tokval) == 0))