Searched refs:editing (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dattach-wait-input.exp28 # Explicitly turning off editing exercises the same code path, and is
29 # simpler to do, so we test with both editing on and off.
74 # Do test proper. EDITING indicates whether "set editing" is on or
77 proc test { editing } {
82 with_test_prefix "editing $editing" {
90 gdb_test_no_output "set editing $editing"
117 foreach editing {"on" "off"} {
118 test $editing
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dattach-wait-input.exp28 # Explicitly turning off editing exercises the same code path, and is
29 # simpler to do, so we test with both editing on and off.
73 # Do test proper. EDITING indicates whether "set editing" is on or
76 proc test { editing } {
81 with_test_prefix "editing $editing" {
89 gdb_test_no_output "set editing $editing"
116 foreach editing {"on" "off"} {
117 test $editing
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dgroup-relocs-alu-bad.s3 @ Beware when editing this file: it is carefully crafted so that
H A Dgroup-relocs.s3 @ Beware when editing this file: it is carefully crafted so that
/netbsd-current/bin/sh/
H A Dhistedit.c91 * Set history and editing status. Called whenever the status may
99 #define editing (Eflag || Vflag) macro
118 if (editing && !el && isatty(0)) { /* && isatty(2) ??? */
120 * turn editing on
174 out2str("sh: can't initialize editing\n");
177 } else if (!editing && el) {
181 VTRACE(DBG_HISTORY, ("line editing disabled\n"));
198 if (el) { /* no editing if not interactive */
207 VTRACE(DBG_HISTORY, ("line editing & history disabled\n"));
216 if (!(iflag && editing
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Devent-top.c87 form of the set editing command.
239 ready on stdin. This is used when the user sets the editing off,
242 the opposite case in which the user sets editing on again, by
247 always read commands from a file with editing off. This means that
248 the 'set editing on/off' will have effect only on the interactive
252 change_line_handler (int editing)
257 editing on the main UI. */
261 /* Don't try enabling editing if the interpreter doesn't support it
267 if (editing)
271 /* Turn on editing b
251 change_line_handler(int editing) argument
1218 gdb_setup_readline(int editing) argument
[all...]
H A DChangeLog-3.x935 * 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.
2848 set_editing and modified command to "set editing"
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Devent-top.c86 form of the set editing command.
266 ready on stdin. This is used when the user sets the editing off,
269 the opposite case in which the user sets editing on again, by
274 always read commands from a file with editing off. This means that
275 the 'set editing on/off' will have effect only on the interactive
279 change_line_handler (int editing)
284 editing on the main UI. */
288 /* Don't try enabling editing if the interpreter doesn't support it
294 if (editing)
298 /* Turn on editing b
278 change_line_handler(int editing) argument
1336 gdb_setup_readline(int editing) argument
[all...]
H A DChangeLog-3.x935 * 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.
2848 set_editing and modified command to "set editing"
[all...]
/netbsd-current/usr.bin/ftp/
H A Dmain.c177 editing = 0;
260 if (fromatty) /* editing mode on if tty is usable */
261 editing = 1;
306 editing = 0;
668 if (!editing) {
740 !editing ||
1100 " -e Disable command-line editing\n"
H A Dftp_var.h256 GLOBAL int editing; /* command line editing enabled */ variable
H A Dutil.c998 if (editing && el == NULL && hist == NULL) {
1019 editing = 0; /* the user doesn't want editing,
1025 if (!editing) {
H A Dcmds.c865 fprintf(ttyout, "Command line editing: %s.\n",
869 onoff(editing)
918 * Set command line editing
935 code = togglevar(argc, argv, &editing, "Editing mode");
/netbsd-current/external/gpl2/groff/dist/arch/djgpp/
H A Dconfig.bat82 echo ./configure script editing failed!
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/coreinhm/
H A Daorsmul_1.asm58 C N.B.: Be careful if editing, making sure the loop alignment padding does not
/netbsd-current/distrib/hp300/miniroot/
H A Dinstall.md145 label can be placed on disk for editing. When the disklabel editor appears,
/netbsd-current/bin/csh/
H A Dcsh.h555 extern int editing;
H A Dcsh.c85 int editing; variable
169 int editing; variable
1440 if (editing)
H A Dset.c563 if (insource || wantediting == editing)
592 editing = wantediting;
H A Dlex.c1476 if ((editing || filec) && intty) {
1478 if (editing) {
/netbsd-current/external/gpl2/gettext/dist/djgpp/
H A Dconfig.bat297 Rem DJGPP specific editing of test scripts.
316 echo ./configure script editing failed!
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
H A Daors_n.asm64 C N.B.! The loop alignment padding insns are executed. If editing the code,
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c6 for reading lines of text with interactive input and history editing.
1923 { "editing-mode", V_STRING, sv_editmode },
2874 else if (_rl_stricmp (name, "editing-mode") == 0)
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dbind.c6 for reading lines of text with interactive input and history editing.
1877 { "editing-mode", V_STRING, sv_editmode },
2824 else if (_rl_stricmp (name, "editing-mode") == 0)

Completed in 403 milliseconds