Searched refs:EDITOR (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dusg.local.h60 #define EDITOR "ed" /* Name of text editor */ macro
/illumos-gate/usr/src/tools/gk/
H A Dlogin.sh35 setenv EDITOR /usr/bin/vi
/illumos-gate/usr/src/cmd/mailx/
H A Dedit.c65 if ((edname = value("EDITOR")) == NOSTR || *edname == '\0')
66 edname = EDITOR;
H A Dcollect.c684 * 'e' means to use EDITOR
871 if ((edit = value(c == 'e' ? "EDITOR" : "VISUAL")) == NOSTR ||
873 edit = c == 'e' ? EDITOR : VISUAL;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd1389 $EDITOR = fixpath($ENV{EDITOR}, "/usr/bin/vi");
1404 print "\t3 - edit contents of file using $EDITOR\n" if $EDITOR ne "";
1486 } elsif ($ans == 3 && $EDITOR ne "") {
1500 $i = system($EDITOR, $tempname);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c54 #define EDITOR "vi" macro
166 editor = mygetenv("EDITOR", EDITOR);
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dvariables.sh607 for v in EDITOR VISUAL OPTIND CDPATH FPATH PATH ENV LINENO RANDOM SECONDS _

Completed in 73 milliseconds