Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex.h73 struct _excmd { struct
76 char *if_name; /* Associated file. */
77 recno_t if_lno; /* Associated line number. */
84 CHAR_T *cp; /* Current command text. */
85 size_t clen; /* Current command length. */
87 CHAR_T *save_cmd; /* Remaining command. */
88 size_t save_cmdlen; /* Remaining command length. */
90 EXCMDLIST const *cmd; /* Command: entry in command table. */
91 EXCMDLIST rcmd; /* Command: table entry/replacement. */
94 recno_t range_lno; /* @/global range: set line number. */
[all …]