Home
last modified time | relevance | path

Searched refs:opt_desc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Doption.c38 static constant char * opt_desc(struct loption *o) in opt_desc() function
95 printopt = opt_desc(pendopt); in scan_option()
336 parg.p_string = opt_desc(o); in toggle_option()
343 parg.p_string = opt_desc(o); in toggle_option()
440 if (!getnumc(&s, opt_desc(o), (o->otype & O_NEGOK) != 0, o->ovar)) in toggle_option()
579 nostring(opt_desc(pendopt)); in nopendopt()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h437 typedef struct opt_desc tOptDesc;
519 struct opt_desc { struct
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6008 const char *opt_desc[] = { in allow_usage() local
6020 size_t unallow_size = sizeof (opt_desc) / sizeof (char *); in allow_usage()
6033 const char *opt = opt_desc[i]; in allow_usage()
6034 const char *optdsc = opt_desc[i + 1]; in allow_usage()