Searched refs:n_arguments (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c178 static int n_arguments __P((option_t *));
383 n = n_arguments(opt);
451 n = n_arguments(opt);
559 n = n_arguments(opt);
844 * n_arguments - tell how many arguments an option takes
847 n_arguments(opt) function
945 if (n_arguments(opt) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Doptions.c128 static int n_arguments __P((option_t *));
314 n = n_arguments(opt);
378 n = n_arguments(opt);
486 n = n_arguments(opt);
764 * n_arguments - tell how many arguments an option takes
767 n_arguments(opt) function
882 if (n_arguments(opt) == 0)

Completed in 77 milliseconds