Searched refs:EXCMDLIST (Results 1 – 6 of 6) sorted by relevance
37 } EXCMDLIST; typedef40 extern EXCMDLIST const cmds[]; /* Table of ex commands. */91 EXCMDLIST const *cmd; /* Command: entry in command table. */92 EXCMDLIST rcmd; /* Command: table entry/replacement. */
49 EXCMDLIST const cmds[] = {
59 EXCMDLIST const *cp; in ex_usage()
35 static EXCMDLIST const *2203 EXCMDLIST const *cp; in ex_is_abbrev()2220 EXCMDLIST const *cp; in ex_is_unmap()2237 static EXCMDLIST const *2240 EXCMDLIST const *cp; in ex_comm_search()2261 ex_badaddr(SCR *sp, EXCMDLIST const *cp, enum badaddr ba, enum nresult nret) in ex_badaddr()
9 (SCR *, EXCMDLIST const *, enum badaddr, enum nresult);
63 static EXCMDLIST fake = { "search" }; in v_exaddr()