Searched refs:match_option (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | options.c | 757 match_option(char *name, struct option *opt, int dowild) in match_option() function 783 if (match_option(name, opt, dowild)) in find_option() 786 if (match_option(name, opt, dowild)) in find_option() 790 if (match_option(name, opt, dowild)) in find_option() 793 if (match_option(name, opt, dowild)) in find_option() 798 if (match_option(name, opt, dowild)) in find_option()
|