Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/ex/
Dex.h37 } EXCMDLIST; typedef
40 extern EXCMDLIST const cmds[]; /* Table of ex commands. */
91 EXCMDLIST const *cmd; /* Command: entry in command table. */
92 EXCMDLIST rcmd; /* Command: table entry/replacement. */
Dex_cmd.c49 EXCMDLIST const cmds[] = {
Dex_usage.c59 EXCMDLIST const *cp; in ex_usage()
Dex.c35 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()
/openbsd/src/usr.bin/vi/include/
Dex_extern.h9 (SCR *, EXCMDLIST const *, enum badaddr, enum nresult);
/openbsd/src/usr.bin/vi/vi/
Dv_search.c63 static EXCMDLIST fake = { "search" }; in v_exaddr()