Lines Matching full:ex
72 recno_t rptlchange; /* Ex/vi: last L_CHANGED lno. */
73 recno_t rptlines[L_YANKED + 1];/* Ex/vi: lines changed by last op. */
75 TEXTH tiq[1]; /* Ex/vi: text input queue. */
90 void *ex_private; /* Ex private area. */
98 char *alt_name; /* Ex/vi: alternate file name. */
100 CHAR_T at_lbuf; /* Ex/vi: Last executed at buffer. */
102 /* Ex/vi: re_compile flags. */
109 #define RE_WSTART L("[[:<:]]") /* Ex/vi: not-in-word search pattern. */
113 /* Ex/vi: flags to search routines. */
124 /* Ex/vi: RE information. */
140 OPTION opts[O_OPTIONCOUNT]; /* Ex/vi: Options. */
147 #define SC_EX 0x00000001 /* Ex editor. */
154 * Ex screen, i.e. cooked mode.
176 #define SC_SCR_EX 0x00000004 /* Screen is in ex mode. */
178 #define SC_SCR_EXWROTE 0x00000010 /* Ex overwrite: see comment above. */
195 #define SC_EX_GLOBAL 0x00020000 /* Ex: executing a global command. */
196 #define SC_EX_SILENT 0x00040000 /* Ex: batch script. */
197 #define SC_EX_WAIT_NO 0x00080000 /* Ex: don't wait for the user. */
198 #define SC_EX_WAIT_YES 0x00100000 /* Ex: do wait for the user. */