Home
last modified time | relevance | path

Searched refs:showcx (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dcommand.c200 showcx(struct cmdtab const *cmd) in showcx() function
227 prompt_Printf(arg->prompt, "%s %s\n", cmd->syntax, showcx(cmd)); in HelpCommand()
236 if ((n = strlen(cmd->name) + strlen(showcx(cmd))) > cmax) in HelpCommand()
248 cx = showcx(cmd); in HelpCommand()