Home
last modified time | relevance | path

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

/external/libedit/examples/
Dfileman.c44 int com_help(char *);
60 { "help", com_help, "Display this text" },
61 { "?", com_help, "Synonym for `help'" },
386 com_help (char *arg) in com_help() function