Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_cscope.c99 static int csc_help __P((SCR *, const char *));
229 (void)csc_help(sp, "add"); in cscope_add()
627 usage: (void)csc_help(sp, "find"); in create_cs_cmd()
813 return (csc_help(sp, np)); in cscope_help()
821 csc_help(SCR *sp, const char *cmd) in csc_help() function