Lines Matching refs:value
300 errx(1, "Bad buflen value: %s", optarg);
361 errx(1, "Bad quit value: %s", optarg);
371 errx(1, "Bad retry value: %s", optarg);
392 warnx("Bad throttle value `%s'",
431 errx(1, "Bad xferbuf value: %s", optarg);
634 promptopt = &(o->value);
655 rpromptopt = &(o->value);
1066 return (c->value);
1072 setupoption(const char *name, const char *value, const char *defaultvalue)
1074 set_option(name, value ? value : defaultvalue, 0);