Searched refs:EXCMDLIST (Results 1 – 5 of 5) sorted by relevance
36 } EXCMDLIST; typedef39 extern EXCMDLIST const cmds[]; /* Table of ex commands. */90 EXCMDLIST const *cmd; /* Command: entry in command table. */91 EXCMDLIST rcmd; /* Command: table entry/replacement. */
67 EXCMDLIST const *cp; in ex_usage()
44 static EXCMDLIST const *2218 EXCMDLIST const *cp; in ex_is_abbrev()2235 EXCMDLIST const *cp; in ex_is_unmap()2252 static EXCMDLIST const *2255 EXCMDLIST const *cp; in ex_comm_search()2276 ex_badaddr(SCR *sp, const EXCMDLIST *cp, enum badaddr ba, enum nresult nret) in ex_badaddr()
57 EXCMDLIST const cmds[] = {
72 static EXCMDLIST fake = { .name = L("search") }; in v_exaddr()