Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dedit.c152 struct mloption { constant char *opt_name; void (*opt_func)(constant char*,size_t); }; in modeline_option()
164 (*opt->opt_func)(str + name_len, opt_len - name_len); in modeline_option()
151 struct mloption { char *opt_name; void (*opt_func)(char*,int); }; modeline_option() member