Home
last modified time | relevance | path

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

/freebsd/usr.sbin/config/
H A Dconfig.y433 findopt(struct opt_head *list, char *name) in findopt() function
460 op2 = findopt(list, name); in newopt()
497 while ((op = findopt(list, name)) != NULL) { in rmopt_schedule()
/freebsd/contrib/less/
H A Doption.c186 o = findopt(optc); in scan_option()
765 opt = findopt(*s);
H A Dopttbl.c769 public struct loption * findopt(int c) in is_optchar()
752 public struct loption * findopt(int c) findopt() function
H A Dfuncs.h329 public struct loption * findopt(int c);
H A Dcommand.c504 curropt = findopt(c); in mca_opt_char()