Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dcommand.h52 const char *helpmes; member
H A Dcommand.c238 if ((n = strlen(cmd->helpmes)) > dmax) in HelpCommand()
253 cmd->name, cxlen, cxlen, cx, dmax, dmax, cmd->helpmes); in HelpCommand()