| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| attach-wait-input.exp | 28 # Explicitly turning off editing exercises the same code path, and is 29 # simpler to do, so we test with both editing on and off. 71 # Do test proper. EDITING indicates whether "set editing" is on or 74 proc test { editing } { 79 with_test_prefix "editing $editing" { 87 gdb_test_no_output "set editing $editing" 114 foreach editing {"on" "off"} [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| attach-wait-input.exp | 28 # Explicitly turning off editing exercises the same code path, and is 29 # simpler to do, so we test with both editing on and off. 72 # Do test proper. EDITING indicates whether "set editing" is on or 75 proc test { editing } { 80 with_test_prefix "editing $editing" { 88 gdb_test_no_output "set editing $editing" 115 foreach editing {"on" "off"} [all...] |
| /src/bin/sh/ |
| option.list | 79 Vflag vi V V # enable vi style editing 80 Eflag emacs E V # enable emacs style editing
|
| histedit.c | 114 * Set history and editing status. Called whenever the status may 122 #define editing (Eflag || Vflag) macro 144 if (editing && !el && isatty(0)) { /* && isatty(2) ??? */ 146 * turn editing on 178 out2str("sh: can't initialize editing\n"); 181 } else if (!editing && el) { 185 VTRACE(DBG_HISTORY, ("line editing disabled\n")); 203 if (el) { /* no editing if not interactive */ 212 VTRACE(DBG_HISTORY, ("line editing & history disabled\n")); 221 if (!(iflag && editing && el) [all...] |
| /src/usr.bin/ftp/ |
| main.c | 177 editing = 0; 260 if (fromatty) /* editing mode on if tty is usable */ 261 editing = 1; 307 editing = 0; 673 if (!editing) { 745 !editing || 1109 " -e Disable command-line editing\n"
|
| ftp_var.h | 257 GLOBAL int editing; /* command line editing enabled */ variable
|
| 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/external/gpl3/gdb.old/dist/gdb/ |
| event-top.c | 92 form of the set editing command. 308 ready on stdin. This is used when the user sets the editing off, 311 the opposite case in which the user sets editing on again, by 316 always read commands from a file with editing off. This means that 317 the 'set editing on/off' will have effect only on the interactive 321 change_line_handler (int editing) 326 editing on the main UI. */ 330 /* Don't try enabling editing if the interpreter doesn't support it 336 if (editing) 340 /* Turn on editing by using readline. * [all...] |
| ChangeLog-3.x | 935 * main.c (editing_info): Add "info editing n" and "info editing +". 1007 * README: Change message about editing Makefile. 1080 * gdb.texinfo (Command editing): @include inc-readline.texinfo 1103 * config.gdb (i386, i386gas): Improve makefile editing instructions. 1201 * gdb.texinfo (Command Editing): Document info editing command. 1330 command editing section; the relevance/volume ratio was too low. 2787 editing to check for stdin and isatty. 2845 command line editing and history expansion [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| event-top.c | 92 form of the set editing command. 308 ready on stdin. This is used when the user sets the editing off, 311 the opposite case in which the user sets editing on again, by 316 always read commands from a file with editing off. This means that 317 the 'set editing on/off' will have effect only on the interactive 321 change_line_handler (int editing) 326 editing on the main UI. */ 330 /* Don't try enabling editing if the interpreter doesn't support it 336 if (editing) 340 /* Turn on editing by using readline. * [all...] |
| ChangeLog-3.x | 935 * main.c (editing_info): Add "info editing n" and "info editing +". 1007 * README: Change message about editing Makefile. 1080 * gdb.texinfo (Command editing): @include inc-readline.texinfo 1103 * config.gdb (i386, i386gas): Improve makefile editing instructions. 1201 * gdb.texinfo (Command Editing): Document info editing command. 1330 command editing section; the relevance/volume ratio was too low. 2787 editing to check for stdin and isatty. 2845 command line editing and history expansion [all...] |
| /src/external/gpl2/groff/dist/arch/djgpp/ |
| config.bat | 82 echo ./configure script editing failed!
|
| /src/distrib/hp300/miniroot/ |
| install.md | 145 label can be placed on disk for editing. When the disklabel editor appears,
|
| /src/crypto/external/cpl/trousers/dist/ |
| configure.ac | 183 Custom API build options are available by editing 'configure.in'.])
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/coreinhm/ |
| aorsmul_1.asm | 58 C N.B.: Be careful if editing, making sure the loop alignment padding does not
|
| /src/bin/csh/ |
| csh.h | 555 extern int editing;
|
| csh.c | 85 int editing; variable 169 int editing; variable 1440 if (editing)
|
| set.c | 563 if (insource || wantediting == editing) 592 editing = wantediting;
|
| lex.c | 1476 if ((editing || filec) && intty) { 1478 if (editing) {
|
| /src/external/gpl2/gettext/dist/djgpp/ |
| config.bat | 297 Rem DJGPP specific editing of test scripts.
316 echo ./configure script editing failed!
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/ |
| aors_n.asm | 64 C N.B.! The loop alignment padding insns are executed. If editing the code,
|
| /src/external/public-domain/sqlite/dist/autosetup/ |
| sqlite-config.tcl | 266 # Options for line-editing modes for the CLI shell 267 line-editing { 522 sqlite-handle-line-editing 1045 # Internal helper for [sqlite-check-line-editing]. Returns a list of 1049 # sqlite-check-line-editing figure out how to find libreadline and 1090 # sqlite-check-line-editing jumps through proverbial hoops to try to 1091 # find a working line-editing library, setting: 1108 # Returns a string describing which line-editing approach to use, or 1125 proc sqlite-check-line-editing {} { 1126 msg-result "Checking for line-editing capability... [all...] |
| /src/external/gpl3/gdb/dist/readline/readline/ |
| bind.c | 6 for reading lines of text with interactive input and history editing. 2024 { "editing-mode", V_STRING, sv_editmode }, 2996 else if (_rl_stricmp (name, "editing-mode") == 0)
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| bind.c | 6 for reading lines of text with interactive input and history editing. 2024 { "editing-mode", V_STRING, sv_editmode }, 2996 else if (_rl_stricmp (name, "editing-mode") == 0)
|