Searched refs:editor (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c1057 char *editor; local
1111 editor = getenv("VISUAL");
1112 if (editor == NULL)
1113 editor = getenv("EDITOR");
1114 if (editor == NULL)
1115 editor = "/usr/bin/vi";
1116 (void) snprintf(cmd, sizeof (cmd), "%s %s", editor,
1118 printf("Please use your editor (%s)"
1119 " to edit this file.\n", editor);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL102 # Changed in 1.09 to close the REP file before calling it up in the editor.
107 # Changed in 1.12 to check for editor errors, make save/send distinction
465 # Prompt for editor, if no override is given
466 editor:
482 You will probably want to use an editor to enter
483 the report. If "$ed" is the editor you want
485 the name of the editor you would like to use.
523 No filename? I'll let you go back and choose an editor again.
525 goto editor;
532 can get back to the editor selectio
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm294 UTF-8 with 'use utf8' in effect. So even if your editor only supports
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm431 as the I<from> and I<to> patterns. If you know the I<vi> editor, it is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL69 # (p)sed - a stream editor
79 psed - a stream editor
90 A stream editor reads the input stream consisting of the specified files
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl1436 proceed. If this is a slave editor or graphical debugger (denoted by
1443 # Is Perl being run from a slave editor or graphical debugger?
1511 for those (Windows using a slave editor/graphical debugger, NetWare, OS/2
1512 with a slave editor, Epoc).
1869 # Tell the editor to update its position.
2803 # or a file), add on the -emacs flag for a slave editor,
2967 # Yep, follow slave editor requirements.
4732 # If we're running under a slave editor, force it to show the lines.
5126 us to feed line information to a slave editor without messing up the
5377 # If this is going to a slave editor, bu
[all...]

Completed in 691 milliseconds