Searched refs:loption (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/less/ |
H A D | option.c | 23 static struct loption *pendopt; 37 static constant char * opt_desc(struct loption *o) 65 struct loption *o; in scan_option() 313 public void toggle_option(struct loption *o, int lower, constant char *s, int how_toggle) in toggle_option() 512 public int opt_has_param(struct loption *o) 525 public constant char * opt_prompt(struct loption *o) 755 struct loption *opt;
|
H A D | opttbl.c | 197 static struct loption option[] = 747 struct loption *o; in init_option() 769 public struct loption * findopt(int c) in is_optchar() 771 struct loption *o; in is_optchar() 803 public struct loption * findopt_name(constant char **p_optname, constant char **p_oname, lbool *p_ambig) in findopt_name() 806 struct loption *o; in findopt_name() 810 struct loption *maxo = NULL; in findopt_name()
|
H A D | option.h | 57 struct loption 56 struct loption global() struct 58 oletterloption global() argument 59 onamesloption global() argument 60 otypeloption global() argument 61 odefaultloption global() argument 62 ovarloption global() argument 63 ofuncloption global() argument 64 odescloption global() argument
|
H A D | funcs.h | 317 public void toggle_option(struct loption *o, int lower, constant char *s, int how_toggle); 318 public int opt_has_param(struct loption *o); 319 public constant char * opt_prompt(struct loption *o); 329 public struct loption * findopt(int c); 330 public struct loption * findopt_name(constant char **p_optname, constant char **p_oname, lbool *p_ambig);
|
H A D | less.h | 651 struct loption;
|
H A D | command.c | 78 static struct loption *curropt;
|