Searched refs:VISUAL (Results 1 - 16 of 16) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mailx/hdr/
H A Dusg.local.h61 #define VISUAL "vi" /* Name of display editor */ macro
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c124 if (state == VISUAL && !insert_line && !scroll_reverse &&
128 if (state != VISUAL || (!insert_line && !scroll_reverse) || (!scroll && (cnt > tot || vfit(dot - cnt, cnt) > tot / 3 + 1))) {
175 if (state != VISUAL || cnt - tot > 0 || vfit(dot, cnt) > tot / 3 + 1) {
183 if (state == VISUAL && scroll) {
202 if (state != VISUAL)
243 if (state != VISUAL && state != CRTOPEN) {
273 if (state != VISUAL) {
377 if (state != VISUAL)
H A Dex_vmain.c128 if (state == VISUAL) {
142 if (state != VISUAL) {
273 if (state != VISUAL) {
379 if (state == VISUAL)
399 if (state == VISUAL)
421 if (state != VISUAL)
436 if (state != VISUAL)
523 if (state == VISUAL) {
984 if (state != VISUAL) {
1224 if (i < 0 || i >= vcnt && i >= -vcnt || state != VISUAL
[all...]
H A Dex_v.c114 if(state != VISUAL) {
339 bastate = VISUAL;
455 case VISUAL:
550 if (bastate != VISUAL)
H A Dex_vadj.c63 if (state != VISUAL) {
96 if (state == VISUAL && vcline == 0 && vcnt > 1 && p > ZERO) {
146 if (state == VISUAL && l == vcline && vp->vliny < 0) {
220 if (state == VISUAL && WTOP - ZERO >= need && insert_line && delete_line) {
412 if (splitw && (state == VISUAL || state == CRTOPEN))
563 if (vcnt == 0 || vcline < 0 || vcline > vcnt || holdupd && state != VISUAL) {
568 if (state == VISUAL)
724 if (state == VISUAL && p <= WBOT) {
891 if (l == 0 && state != VISUAL ||
1096 if (state == VISUAL)
[all...]
H A Dex_cmds2.c622 if (state != VISUAL) {
684 if (state != VISUAL && state != CRTOPEN && destline <= WECHO)
H A Dex_vis.h59 #define VISUAL 0 macro
H A Dex_vops.c146 if (cnt < 0 || cnt > vcnt || state != VISUAL) {
442 if (state != VISUAL) {
617 if (c != 'd' && state != VISUAL && state != HARDOPEN) {
750 if (state != VISUAL)
H A Dex_vget.c467 if (notecnt < 1 || !must && state == VISUAL)
477 if (state != VISUAL)
H A Dex_vops2.c622 if (state != VISUAL)
904 if (state != VISUAL) {
H A Dex_subr.c1156 if(state == VISUAL)
H A Dex_vput.c215 if (state != VISUAL && state != CRTOPEN) {
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dedit.c80 if ((edname = value("VISUAL")) == NOSTR || *edname == '\0')
81 edname = VISUAL;
H A Dcollect.c685 * 'v' means to use VISUAL
871 if ((edit = value(c == 'e' ? "EDITOR" : "VISUAL")) == NOSTR ||
873 edit = c == 'e' ? EDITOR : VISUAL;
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dvariables.sh607 for v in EDITOR VISUAL OPTIND CDPATH FPATH PATH ENV LINENO RANDOM SECONDS _
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL264 $ed = $::opt_e || $ENV{VISUAL} || $ENV{EDITOR} || $ENV{EDIT}

Completed in 220 milliseconds