/src/bin/sh/ |
option.list | 78 Vflag vi V V # enable vi style editing 79 Eflag emacs E V # enable emacs style editing
|
histedit.c | 102 * Set history and editing status. Called whenever the status may 110 #define editing (Eflag || Vflag) macro 130 if (editing && !el && isatty(0)) { /* && isatty(2) ??? */ 132 * turn editing on 186 out2str("sh: can't initialize editing\n"); 189 } else if (!editing && el) { 193 VTRACE(DBG_HISTORY, ("line editing disabled\n")); 210 if (el) { /* no editing if not interactive */ 219 VTRACE(DBG_HISTORY, ("line editing & history disabled\n")); 228 if (!(iflag && editing && el) [all...] |
/src/usr.bin/ftp/ |
main.c | 180 editing = 0; 263 if (fromatty) /* editing mode on if tty is usable */ 264 editing = 1; 310 editing = 0; 678 if (!editing) { 750 !editing || 1112 " -e Disable command-line editing\n"
|
ftp_var.h | 265 GLOBAL int editing; /* command line editing enabled */ variable in typeref:typename:GLOBAL int
|
util.c | 998 if (editing && el == NULL && hist == NULL) { 1019 editing = 0; /* the user doesn't want editing, 1025 if (!editing) {
|
cmds.c | 863 fprintf(ttyout, "Command line editing: %s.\n", 867 onoff(editing) 916 * Set command line editing 930 fputs("Editing support not compiled in; ignoring command.\n", 933 code = togglevar(argc, argv, &editing, "Editing mode");
|
/src/tools/make/ |
configure.ac | 8 # (This might not work if you try it after editing configure.ac.)
|
/src/distrib/hp300/miniroot/ |
install.md | 145 label can be placed on disk for editing. When the disklabel editor appears,
|
/src/bin/csh/ |
csh.h | 555 extern int editing;
|
csh.c | 85 int editing; variable in typeref:typename:int 169 int editing; variable in typeref:typename:int 1440 if (editing)
|
set.c | 563 if (insource || wantediting == editing) 592 editing = wantediting;
|
lex.c | 1476 if ((editing || filec) && intty) { 1478 if (editing) {
|
/src/tools/compat/ |
configure.ac | 8 # (This might not work if you try it after editing configure.ac.)
|
/src/sys/external/isc/libsodium/dist/src/ |
Makefile.in | 394 # To change the values of 'make' variables: instead of editing Makefiles,
|
/src/sys/external/isc/libsodium/dist/test/ |
Makefile.in | 397 # To change the values of 'make' variables: instead of editing Makefiles,
|
/src/sys/external/isc/libsodium/dist/ |
Makefile.in | 510 # To change the values of 'make' variables: instead of editing Makefiles,
|
/src/share/terminfo/ |
terminfo | 2174 # by editing /boot/loader.conf, adding 2424 # certainly includes what DEC called the `Level 1 editing extension' codes; 2747 # Here's a picture of the Sun/PC editing keypad: 2764 vt220+pcedit|editing-keypad for VT220 using PC keyboard, 2767 vt220+vtedit|editing-keypad for VT220 using DEC keyboard, 2775 # Here's a picture of the VT220 editing keypad: 4198 # does not support modified cursor-keys or editing-keys 4478 # are supported. F13-F20 are obtained by shifting F3-F10. The editing keypad 5200 xterm+pce2|fragment with modifyCursorKeys:2 editing-keys, 5213 xterm+edit|fragment for 6-key editing-keypad [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/ |
Makefile.in | 2976 # To change the values of 'make' variables: instead of editing Makefiles,
|