Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/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. */
175 char *ibp; /* File line input buffer. */
176 size_t ibp_len; /* File line input buffer length. */
187 char obp[1024]; /* Ex output buffer. */
188 size_t obp_len; /* Ex output buffer length. */
[all …]