Home
last modified time | relevance | path

Searched defs:_excmd (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/vi/ex/
H A Dex.h74 struct _excmd { struct
77 char *if_name; /* Associated file. */
78 recno_t if_lno; /* Associated line number. */
85 char *cp; /* Current command text. */
86 size_t clen; /* Current command length. */
88 char *save_cmd; /* Remaining command. */
89 size_t save_cmdlen; /* Remaining command length. */
91 EXCMDLIST const *cmd; /* Command: entry in command table. */
92 EXCMDLIST rcmd; /* Command: table entry/replacement. */
95 recno_t range_lno; /* @/global range: set line number. */
[all …]