Lines Matching defs:options
68 } options[NOPTS] = {
568 if (options[i].is_bool) {
569 *(options[i].bval) = (((ch == 't') || (ch == 'T')) ? 1 : 0);
576 if (options[i].is_bool) {
590 move(i, j + strlen(options[i].prompt));
592 move(i, j + strlen(options[i].prompt));
603 (void)strcpy(*(options[i].strval), buf);
626 const struct option *opt = &options[i];
641 const struct option *opt = &options[i];
650 move(i, strlen(options[i].prompt));