Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex.h163 typedef struct _ex_private { struct
167 CHAR_T *tag_last; /* Saved last tag string. */
169 CHAR_T *lastbcomm; /* Last bang command. */
171 ARGS **args; /* Command: argument list. */
172 int argscnt; /* Command: argument list count. */
173 int argsoff; /* Command: offset into arguments. */
175 u_int32_t fdef; /* Saved E_C_* default command flags. */
177 char *ibp; /* File line input buffer. */
178 size_t ibp_len; /* File line input buffer length. */
179 CONVWIN ibcw; /* File line input conversion buffer. */
[all …]