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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c173 static int n_arguments __P((option_t *opt));
409 int n = n_arguments(opt);
508 int n = n_arguments(opt);
644 int n = n_arguments(opt);
852 * n_arguments - tell how many arguments an option takes. Returns 1 upon
856 n_arguments(opt) function

Completed in 105 milliseconds