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.c185 o = findopt(optc); in scan_option()
773 opt = (*s == '\0') ? NULL : findopt(*s++); in init_unsupport()
H A Dopttbl.c917 public struct loption * findopt(int c) in findopt() function
H A Dfuncs.h358 public struct loption * findopt(int c);
H A Dcommand.c533 curropt = findopt(c); in mca_opt_char()