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

/external/ppp/pppd/
H A Dcbcp.c218 char *cbcp_optionnames[] = { variable
268 if (opt >= 1 && opt <= sizeof(cbcp_optionnames) / sizeof(char *))
269 printer(arg, " %s", cbcp_optionnames[opt-1]);

Completed in 18 milliseconds