Home
last modified time | relevance | path

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

12345

/freebsd-12-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-12-stable/contrib/tnftp/src/
Dmain.c184 editing = 0; in main()
268 editing = 1; in main()
307 editing = 0; in main()
656 if (!editing) { in cmdscanner()
728 !editing || in cmdscanner()
Dftp_var.h260 GLOBAL int editing; /* command line editing enabled */ variable
Dutil.c977 if (editing && el == NULL && hist == NULL) { in controlediting()
998 editing = 0; /* the user doesn't want editing, in controlediting()
1004 if (!editing) { in controlediting()
/freebsd-12-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-12-stable/contrib/tcsh/nls/greek/
Dset726 24 Το editing μπορεί να είναι περίεργο γιά μεγάλες γραμμές.\n
/freebsd-12-stable/tools/tools/
DREADME20 editing Editor modes and the like to help editing FreeBSD code.
/freebsd-12-stable/contrib/tcsh/
DREADME.md3 *C shell with file name completion and command line editing*
Dsh.c730 editing = strcmp(tcp, "emacs") != 0 && strcmp(tcp, "wm") != 0 && in main()
735 editing = ((tcp = getenv("EMACS")) == NULL || strcmp(tcp, "t") != 0); in main()
742 if (editing) in main()
1100 editing = 0; in main()
1283 editing = 0; in main()
1303 (void) ed_Setup(editing);/* Get the tty state, and set defaults */ in main()
1953 if (editing) { in pintr1()
DFAQ42 it can do line editing. This cannot be fixed because tcsh cannot give
72 I am using SunView or OpenWindows and editing is screwed up. In particular my
75 Well, cmdtool tries to do its own command line editing and the effect
209 Refreshing in command line editing can appear broken on some OS's
Dtc.prompt.c143 if (!editing) { in printprompt()
156 if (!editing && RPrompt[0] != '\0') { in printprompt()
Dsh.set.c139 editing = 1; in update_vars()
164 editing = 1; in update_vars()
786 editing = 0; in unset()
/freebsd-12-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-12-stable/contrib/tnftp/
DINSTALL38 --enable-editcomplete Turn on command line editing and completion.
DREADME12 * command-line editing within ftp
/freebsd-12-stable/contrib/ntp/sntp/m4/
Dntp_lineeditlibs.m412 AC_MSG_CHECKING([line editing libraries])
/freebsd-12-stable/gnu/usr.bin/grep/
DAUTHORS36 it came straight from gawk-3.0.3 with small editing and fixes.
/freebsd-12-stable/contrib/ncurses/
Ddist.mk145 ./edit_man.sh normal editing /usr/man man $$f | \
/freebsd-12-stable/usr.sbin/bsdconfig/ttys/include/
Dmessages.subr28 msg_help_text="Configuration of system TTYs requires editing the /etc/ttys file.\nTypical configura…
/freebsd-12-stable/usr.bin/tip/
DREADME16 New ACU's may be added by editing the ACU description table
/freebsd-12-stable/tools/tools/editing/
Dfreebsd.vim25 " $FreeBSD: stable/12/tools/tools/editing/freebsd.vim 180986 2008-07-30 03:34:23Z scf $
/freebsd-12-stable/usr.sbin/bsdconfig/networking/share/
Dresolv.subr260 # if editing the first nameserver instance, two if editing the second, three if
266 # Taint-checking is performed when editing an existing entry (when the second
/freebsd-12-stable/crypto/openssl/doc/man3/
DOPENSSL_config.pod48 ENGINE control operations because they can be performed by editing a
/freebsd-12-stable/contrib/tcp_wrappers/
DREADME217 logs of the sendmail daemon. The disposition can be changed by editing
253 Access control is enabled by default. It can be turned off by editing
255 instructions below describe the Makefile editing process.
306 hostname lookups and verification can be turned off by editing the
308 the Makefile editing process.
344 The feature is disabled by default. It can be turned on by editing the
346 the Makefile editing process.
378 lookups, by editing the Makefile. The client username lookup timeout
379 period (10 seconds default) can be changed by editing the Makefile. The
380 installation sections below describe the Makefile editing process.
/freebsd-12-stable/lib/libc/softfloat/
Dsoftfloat-source.txt152 editing the files inside. (Complete instructions for porting SoftFloat to a
155 some editing. To avoid confusion, it would be wise to refrain from editing

12345