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. */
84 CHAR_T *cp; /* Current command text. */
85 size_t clen; /* Current command length. */
87 CHAR_T *save_cmd; /* Remaining command. */
102 u_int8_t agv_flags;
112 CHAR_T buffer; /* Command: named buffer. */
114 long count; /* Command: signed count. */
117 MARK addr1; /* Command: 1st address. */
118 MARK addr2; /* Command: 2nd address. */
[all …]