Searched refs:loption (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/less/ |
| HD | option.c | 23 static struct loption *pendopt; 37 static constant char * opt_desc(struct loption *o) in opt_desc() 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) in opt_has_param() 525 public constant char * opt_prompt(struct loption *o) in opt_prompt() 755 struct loption *opt; in init_unsupport()
|
| HD | opttbl.c | 197 static struct loption option[] = 747 struct loption *o; in init_option() 769 public struct loption * findopt(int c) in findopt() 771 struct loption *o; in findopt() 803 public struct loption * findopt_name(constant char **p_optname, constant char **p_oname, lbool *p_a… in findopt_name() 806 struct loption *o; in findopt_name() 810 struct loption *maxo = NULL; in findopt_name()
|
| HD | option.h | 57 struct loption struct
|
| HD | funcs.h | 316 public void toggle_option(struct loption *o, int lower, constant char *s, int how_toggle); 317 public int opt_has_param(struct loption *o); 318 public constant char * opt_prompt(struct loption *o); 328 public struct loption * findopt(int c); 329 public struct loption * findopt_name(constant char **p_optname, constant char **p_oname, lbool *p_a…
|
| HD | less.h | 651 struct loption;
|
| HD | command.c | 76 static struct loption *curropt;
|