Home | History | Annotate | Download | only in pppd

Lines Matching refs:find_option

166 static option_t *find_option __P((const char *name));
363 opt = find_option(arg);
427 opt = find_option(cmd);
535 opt = find_option(w->word);
583 * find_option - scan the option lists for the various protocols
588 find_option(name)
812 opt = find_option(option);