Home
last modified time | relevance | path

Searched refs:editing (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd-10-stable/contrib/dialog/
Deditbox.c352 WINDOW *editing; in dlg_editbox() local
411 editing = dlg_sub_window(dialog, in dlg_editbox()
416 dlg_register_window(editing, "editbox2", binding2); in dlg_editbox()
420 pagesize = getmaxy(editing); in dlg_editbox()
426 display_all(editing, *list, thisrow, base_row, listsize, chr_offset); in dlg_editbox()
427 display_one(editing, THIS_ROW, in dlg_editbox()
433 display_one(editing, (*list)[lastrow], in dlg_editbox()
439 display_one(editing, THIS_ROW, in dlg_editbox()
441 getyx(editing, y, x); in dlg_editbox()
448 box_x + getmaxx(editing), in dlg_editbox()
[all …]
/freebsd-10-stable/bin/sh/
Dhistedit.c84 #define editing (Eflag || Vflag) in histedit() macro
100 if (editing && !el && isatty(0)) { /* && isatty(2) ??? */ in histedit()
133 } else if (!editing && el) { in histedit()
/freebsd-10-stable/contrib/tnftp/src/
Dmain.c181 editing = 0; in main()
265 editing = 1; in main()
304 editing = 0; in main()
646 if (!editing) { in cmdscanner()
718 !editing || in cmdscanner()
Dftp_var.h260 GLOBAL int editing; /* command line editing enabled */ variable
/freebsd-10-stable/contrib/nvi/docs/
Dfeatures7 + Forms editing package; use RE's to verify field contents.
9 + Support for single line window editing, including full editing
Dhelp149 [Ee]dit: begin editing another file
150 [Ee]x: begin editing another file
181 shell: suspend editing and run a shell
DTODO63 COMMON: Field editing shouldn't be hard to add to nvi:
65 Field editing file template:
/freebsd-10-stable/contrib/libreadline/doc/
Drluser.texi8 editing features. It is to be an appendix to manuals for programs which
47 command line editing interface.
49 Command line editing is provided by the Readline library, which is
55 * Readline Interaction:: The minimum set of commands for editing a line.
115 you to retype the majority of the line. Using these editing commands,
133 @cindex command editing
134 @cindex editing command lines
152 essentials for editing the text of an input line follows.
166 Undo the last editing command. You can undo all the way back to an
181 in order to do editing of the input line. For your convenience, many
[all …]
Dhsuser.texi106 When using command-line editing, search commands
107 are available in each editing mode that provide access to the
147 command for editing and @minus{}16 for listing. If the @option{-l} flag is
156 When editing is complete, the edited commands are echoed and executed.
268 editing buffer for further modification.
271 reloaded into the Readline editing buffer for correction.
/freebsd-10-stable/contrib/libreadline/examples/
DInputrc1 # My ~/.inputrc file is in -*- text -*- for easy editing with Emacs.
67 # Here is one for editing my path.
/freebsd-10-stable/contrib/tcsh/nls/greek/
Dset727 24 Το editing μπορεί να είναι περίεργο γιά μεγάλες γραμμές.\n
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
DREADME16 * Automatically switches between "readline-editing mode" and "raw mode"
18 readline itself, it will do its own line editing. (The inferior
/freebsd-10-stable/contrib/pjdfstest/
DREADME9 You need to manually tweak few things by editing CFLAGS lines
/freebsd-10-stable/tools/regression/pjdfstest/
DREADME9 You need to manually tweak few things by editing CFLAGS lines
/freebsd-10-stable/tools/tools/
DREADME22 editing Editor modes and the like to help editing FreeBSD code.
/freebsd-10-stable/contrib/tcsh/
Dsh.c732 editing = strcmp(tcp, "emacs") != 0 && strcmp(tcp, "wm") != 0 && in main()
737 editing = ((tcp = getenv("EMACS")) == NULL || strcmp(tcp, "t") != 0); in main()
744 if (editing) in main()
1102 editing = 0; in main()
1285 editing = 0; in main()
1305 (void) ed_Setup(editing);/* Get the tty state, and set defaults */ in main()
1944 if (editing) { in pintr1()
DFAQ54 that it can do line editing. This cannot be fixed because tcsh cannot
89 7. I am using SunView or OpenWindows and editing is screwed up. In
93 Well, cmdtool tries to do its own command line editing and the effect
259 26. Refreshing in command line editing can appear broken on some OS's
/freebsd-10-stable/bin/ed/
DPOSIX51 as red. This limits editing of files in the local directory only and
57 To assist in binary editing, when a file containing at least one ASCII
/freebsd-10-stable/contrib/ntp/sntp/m4/
Dntp_lineeditlibs.m412 AC_MSG_CHECKING([line editing libraries])
/freebsd-10-stable/contrib/tnftp/
DINSTALL38 --enable-editcomplete Turn on command line editing and completion.
DREADME12 * command-line editing within ftp
/freebsd-10-stable/contrib/ncurses/
Ddist.mk139 …./edit_man.sh normal editing /usr/man man $$f | $(MANPROG) | tr '\255' '-' | $(MAN2HTML) -title "$…
/freebsd-10-stable/gnu/usr.bin/grep/
DAUTHORS36 it came straight from gawk-3.0.3 with small editing and fixes.
/freebsd-10-stable/usr.sbin/bsdconfig/ttys/include/
Dmessages.subr28 msg_help_text="Configuration of system TTYs requires editing the /etc/ttys file.\nTypical configura…
/freebsd-10-stable/usr.bin/tip/
DREADME16 New ACU's may be added by editing the ACU description table

12345