Home | History | Annotate | Download | only in pppd

Lines Matching refs:find_option

178 static option_t *find_option __P((const char *name));
385 opt = find_option(arg);
453 opt = find_option(cmd);
561 opt = find_option(w->word);
609 * find_option - scan the option lists for the various protocols
614 find_option(name)
849 opt = find_option(option);
1693 find_option("unset")->flags |= OPT_NOPRINT;
1765 find_option("set")->flags |= OPT_NOPRINT;