Lines Matching full:vi
11 * There are minimum values that vi has to have to display a screen. The row
63 size_t rcm; /* Vi: 0-N: Most attractive column. */
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. */
77 SCRIPT *script; /* Vi: script mode information .*/
79 recno_t defscroll; /* Vi: ^D, ^U scroll information. */
86 enum { /* Vi editor mode. */
91 void *vi_private; /* Vi 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. */
148 #define SC_VI 0x00000002 /* Vi editor. */
156 * Vi screen, i.e. raw mode.
161 * vi "editor" to read the user's command input, but we can't touch the
177 #define SC_SCR_VI 0x00000008 /* Screen is in vi mode. */