Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doption.c37 static constant char * opt_desc(struct loption *o)
95 printopt = opt_desc(pendopt); in scan_option()
331 parg.p_string = opt_desc(o); in toggle_option()
338 parg.p_string = opt_desc(o); in toggle_option()
575 nostring(opt_desc(pendopt)); in optstring()
38 static char * opt_desc(struct loption *o) opt_desc() function
/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.c6016 const char *opt_desc[] = { in allow_usage() local
6028 size_t unallow_size = sizeof (opt_desc) / sizeof (char *); in allow_usage()
6041 const char *opt = opt_desc[i]; in allow_usage()
6042 const char *optdsc = opt_desc[i + 1]; in allow_usage()