Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex.h160 typedef struct _ex_private { struct
165 CHAR_T *tag_last; /* Saved last tag string. */
167 CHAR_T *lastbcomm; /* Last bang command. */
169 ARGS **args; /* Command: argument list. */
170 int argscnt; /* Command: argument list count. */
171 int argsoff; /* Command: offset into arguments. */
173 u_int32_t fdef; /* Saved E_C_* default command flags. */
175 char *ibp; /* File line input buffer. */
176 size_t ibp_len; /* File line input buffer length. */
177 CONVWIN ibcw; /* File line input conversion buffer. */
[all …]