Searched refs:EXCMDLIST (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/nvi/ex/
H A Dex.h35 } EXCMDLIST; typedef in typeref:struct:_excmdlist
38 extern EXCMDLIST const cmds[]; /* Table of ex commands. */
92 EXCMDLIST const *cmd; /* Command: entry in command table. */
93 EXCMDLIST rcmd; /* Command: table entry/replacement. */
139 #define __INUSE2 0x000007ff /* Same name space as EXCMDLIST. */
H A Dex_cmd.c52 EXCMDLIST const cmds[] = {
H A Dex_usage.c61 EXCMDLIST const *cp;
H A Dextern.h7 (SCR *, EXCMDLIST const *, enum badaddr, enum nresult);
H A Dex.c36 static EXCMDLIST const *
2227 EXCMDLIST const *cp;
2244 EXCMDLIST const *cp;
2261 static EXCMDLIST const *
2264 EXCMDLIST const *cp;
2282 * PUBLIC: (SCR *, EXCMDLIST const *, enum badaddr, enum nresult);
2285 ex_badaddr(SCR *sp, const EXCMDLIST *cp, enum badaddr ba, enum nresult nret)
H A Dex_argv.c286 EXCMDLIST const *cp;
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_search.c65 static EXCMDLIST fake = { L("search") };

Completed in 73 milliseconds