Searched refs:inopen (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c184 if (inopen)
226 if (inopen) {
240 inopen = 0;
267 inopen = 1;
490 if (inopen)
522 if (inopen)
526 if (!inopen)
621 if (inopen) {
683 if (inopen) {
H A Dex_unix.c220 if (!inopen)
237 if (inopen) {
246 if (inopen && Outchar != termchar) {
274 if (inopen)
278 if (inopen)
293 if (inopen)
307 if (inopen) {
353 if (inopen)
356 if (!inopen && c && hush == 0) {
428 unixwt(!inopen,
[all...]
H A Dex_cmds.c90 !inglobal && !inopen && endline) || poffset != 0) {
176 if (inopen) {
211 if (inopen)
293 if (inopen)
300 if (inopen)
367 if (inopen && !value(vi_AUTOWRITE)) {
418 if (inopen)
557 if (!inopen)
641 if (inopen) {
731 if (inopen
[all...]
H A Dex_set.c70 if (inopen)
96 if (inopen)
108 if (inopen)
120 if (inopen)
338 if (inopen)
H A Dex_subr.c285 if (inopen) {
336 if ((inglobal == 0 || inopen) && which <= endcore) {
338 if (inopen)
401 if (inopen > 0 && clr_eol)
490 if (inopen) {
777 if (inopen && clr_eol)
983 if (inopen)
1018 signal(SIGINT, inopen ? vintr : onintr);
1022 if (!inopen) {
1031 error(gettext("\nInterrupt") + (inopen!
[all...]
H A Dex_cmdsub.c70 if(FIXUNDO && !inopen && f!=getsub) {
223 if (inopen == -1)
438 if (cnt && inopen && pkill[0] && pkill[1]) {
772 if (inopen) {
900 if (inopen) {
1060 if (inopen || c != EOF) {
1134 } else if (znoclear == 0 && clear_screen != NOSTR && !inopen) {
1169 if (inopen)
1180 if (inopen && Outchar != termchar) {
1209 if (inglobal && inopen <
[all...]
H A Dex_io.c458 if (FIXUNDO && inopen && c == 'r') {
502 if (inopen)
510 if (inopen)
516 if (inopen) {
580 if (inopen) {
648 if (write_quit && inopen && (argc == 0 || morargc == argc))
H A Dex_v.c270 if (inopen)
293 inopen = 0;
507 inopen = 1;
H A Dex_vget.c125 if (inopen == -1) /* don't mess up undo for esc esc */
127 inopen = 1; /* restore old setting now that macro done */
713 inopen = -1; /* no need to save since it had to be 1 or -1 before */
809 if (value(vi_TIMEOUT) && inopen >= 0) {
H A Dex_re.c189 if (inopen)
190 inopen = -1;
213 if (inopen) {
215 inopen = 1;
531 if (inopen)
542 if ((inopen)
553 if (inopen && MB_CUR_MAX == 1 || c < 0200) {
H A Dex.h233 var bool inopen; /* Inside open or visual */ variable
284 #define FIXUNDO (inopen >= 0 && (inopen || !inglobal))
H A Dex_get.c70 if (!inopen && slevel==0)
H A Dex_temp.c594 if (inopen) {
602 if (inopen && partreg(c)) {
611 if (inopen && partreg(c)) {
676 sp->rg_flags = inopen && cursor && wcursor;
H A Dex_vmain.c843 if (inopen == -1) /* don't mess up undo for esc esc */
845 inopen = 1; /* restore old setting now that macro done */
879 forbid (!vreg && value(vi_UNDOMACRO) && inopen < 0);
1301 inopen = 1; /* might have been -1 */
H A Dex_put.c218 if (!inopen)
787 * If !inopen, vtube contains garbage. If the char is
795 if (!inopen || vtube[outline]==NULL ||
1012 if (inopen)
H A Dex_vops.c240 if (!inopen)
302 inopen = -1; /* no need to save since it had to be 1 or -1 before */
H A Dex_vops3.c365 if (!inopen)
H A Dex_voper.c922 if (inopen > 0 && clr_eol)
H A Dex_vput.c58 if (inopen)

Completed in 90 milliseconds