Symbol: VISUAL
usr/src/cmd/mailx/collect.c
873
edit = c == 'e' ? EDITOR : VISUAL;
usr/src/cmd/mailx/edit.c
79
edname = VISUAL;
usr/src/cmd/vi/port/ex_cmds2.c
620
if (state != VISUAL) {
usr/src/cmd/vi/port/ex_cmds2.c
682
if (state != VISUAL && state != CRTOPEN && destline <= WECHO)
usr/src/cmd/vi/port/ex_subr.c
1137
if(state == VISUAL)
usr/src/cmd/vi/port/ex_v.c
112
if(state != VISUAL) {
usr/src/cmd/vi/port/ex_v.c
337
bastate = VISUAL;
usr/src/cmd/vi/port/ex_v.c
453
case VISUAL:
usr/src/cmd/vi/port/ex_v.c
548
if (bastate != VISUAL)
usr/src/cmd/vi/port/ex_vadj.c
1096
if (state == VISUAL)
usr/src/cmd/vi/port/ex_vadj.c
146
if (state == VISUAL && l == vcline && vp->vliny < 0) {
usr/src/cmd/vi/port/ex_vadj.c
220
if (state == VISUAL && WTOP - ZERO >= need && insert_line && delete_line) {
usr/src/cmd/vi/port/ex_vadj.c
412
if (splitw && (state == VISUAL || state == CRTOPEN))
usr/src/cmd/vi/port/ex_vadj.c
563
if (vcnt == 0 || vcline < 0 || vcline > vcnt || holdupd && state != VISUAL) {
usr/src/cmd/vi/port/ex_vadj.c
568
if (state == VISUAL)
usr/src/cmd/vi/port/ex_vadj.c
63
if (state != VISUAL) {
usr/src/cmd/vi/port/ex_vadj.c
724
if (state == VISUAL && p <= WBOT) {
usr/src/cmd/vi/port/ex_vadj.c
891
if (l == 0 && state != VISUAL ||
usr/src/cmd/vi/port/ex_vadj.c
96
if (state == VISUAL && vcline == 0 && vcnt > 1 && p > ZERO) {
usr/src/cmd/vi/port/ex_vget.c
468
if (notecnt < 1 || !must && state == VISUAL)
usr/src/cmd/vi/port/ex_vget.c
478
if (state != VISUAL)
usr/src/cmd/vi/port/ex_vmain.c
1221
if (i < 0 || i >= vcnt && i >= -vcnt || state != VISUAL && dot != addr) {
usr/src/cmd/vi/port/ex_vmain.c
1236
if (state == VISUAL)
usr/src/cmd/vi/port/ex_vmain.c
126
if (state == VISUAL) {
usr/src/cmd/vi/port/ex_vmain.c
1261
if (state == VISUAL) {
usr/src/cmd/vi/port/ex_vmain.c
140
if (state != VISUAL) {
usr/src/cmd/vi/port/ex_vmain.c
1427
if (state != VISUAL) {
usr/src/cmd/vi/port/ex_vmain.c
271
if (state != VISUAL) {
usr/src/cmd/vi/port/ex_vmain.c
377
if (state == VISUAL)
usr/src/cmd/vi/port/ex_vmain.c
397
if (state == VISUAL)
usr/src/cmd/vi/port/ex_vmain.c
419
if (state != VISUAL)
usr/src/cmd/vi/port/ex_vmain.c
434
if (state != VISUAL)
usr/src/cmd/vi/port/ex_vmain.c
521
if (state == VISUAL) {
usr/src/cmd/vi/port/ex_vmain.c
981
if (state != VISUAL) {
usr/src/cmd/vi/port/ex_vops.c
146
if (cnt < 0 || cnt > vcnt || state != VISUAL) {
usr/src/cmd/vi/port/ex_vops.c
442
if (state != VISUAL) {
usr/src/cmd/vi/port/ex_vops.c
617
if (c != 'd' && state != VISUAL && state != HARDOPEN) {
usr/src/cmd/vi/port/ex_vops.c
750
if (state != VISUAL)
usr/src/cmd/vi/port/ex_vops2.c
622
if (state != VISUAL)
usr/src/cmd/vi/port/ex_vops2.c
904
if (state != VISUAL) {
usr/src/cmd/vi/port/ex_vput.c
213
if (state != VISUAL && state != CRTOPEN) {
usr/src/cmd/vi/port/ex_vwind.c
124
if (state == VISUAL && !insert_line && !scroll_reverse &&
usr/src/cmd/vi/port/ex_vwind.c
128
if (state != VISUAL || (!insert_line && !scroll_reverse) || (!scroll && (cnt > tot || vfit(dot - cnt, cnt) > tot / 3 + 1))) {
usr/src/cmd/vi/port/ex_vwind.c
175
if (state != VISUAL || cnt - tot > 0 || vfit(dot, cnt) > tot / 3 + 1) {
usr/src/cmd/vi/port/ex_vwind.c
183
if (state == VISUAL && scroll) {
usr/src/cmd/vi/port/ex_vwind.c
202
if (state != VISUAL)
usr/src/cmd/vi/port/ex_vwind.c
243
if (state != VISUAL && state != CRTOPEN) {
usr/src/cmd/vi/port/ex_vwind.c
273
if (state != VISUAL) {
usr/src/cmd/vi/port/ex_vwind.c
377
if (state != VISUAL)