Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex.h36 } EXCMDLIST; typedef
39 extern EXCMDLIST const cmds[]; /* Table of ex commands. */
90 EXCMDLIST const *cmd; /* Command: entry in command table. */
91 EXCMDLIST rcmd; /* Command: table entry/replacement. */
H A Dex_usage.c67 EXCMDLIST const *cp; in ex_usage()
H A Dex.c44 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()
H A Dex_cmd.c57 EXCMDLIST const cmds[] = {
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_search.c72 static EXCMDLIST fake = { .name = L("search") }; in v_exaddr()