Home
last modified time | relevance | path

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

1234

/freebsd/contrib/dialog/
H A Deditbox.c366 WINDOW *editing; in dlg_editbox() local
440 pagesize = getmaxy(editing); in dlg_editbox()
448 display_one(editing, THIS_ROW, in dlg_editbox()
460 display_one(editing, THIS_ROW, in dlg_editbox()
462 getyx(editing, y, x); in dlg_editbox()
474 wmove(editing, y, x); in dlg_editbox()
489 wrefresh(editing); in dlg_editbox()
541 int wide = getmaxx(editing); in dlg_editbox()
716 dlg_del_window(editing); in dlg_editbox()
717 dlg_unregister_window(editing); in dlg_editbox()
[all …]
/freebsd/contrib/tnftp/src/
H A 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()
H A Dftp_var.h260 GLOBAL int editing; /* command line editing enabled */ variable
H A 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/contrib/tcsh/nls/greek/
H A Dset726 24 Το editing μπορεί να είναι περίεργο γιά μεγάλες γραμμές.\n
/freebsd/crypto/openssl/doc/life-cycles/
H A DREADME.md19 additional editing before they can be added to the manual pages in
/freebsd/tools/tools/
H A DREADME19 editing Editor modes and the like to help editing FreeBSD code.
/freebsd/contrib/tcsh/
H A DREADME.md3 *C shell with file name completion and command line editing*
H A 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()
H A 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
H A Dtc.prompt.c143 if (!editing) { in printprompt()
156 if (!editing && RPrompt[0] != '\0') { in printprompt()
H A Dsh.set.c139 editing = 1; in update_vars()
164 editing = 1; in update_vars()
786 editing = 0; in unset()
/freebsd/bin/sh/
H A Dhistedit.c149 #define editing (Eflag || Vflag) in histedit() macro
165 if (editing && !el && isatty(0)) { /* && isatty(2) ??? */ in histedit()
196 } else if (!editing && el) { in histedit()
/freebsd/bin/ed/
H A DPOSIX41 as red. This limits editing of files in the local directory only and
47 To assist in binary editing, when a file containing at least one ASCII
/freebsd/contrib/tnftp/
H A DINSTALL38 --enable-editcomplete Turn on command line editing and completion.
H A DREADME12 * command-line editing within ftp
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_lineeditlibs.m412 AC_MSG_CHECKING([line editing libraries])
/freebsd/contrib/ncurses/
H A Ddist.mk145 ./edit_man.sh normal editing /usr/man man $$f | \
/freebsd/usr.bin/tip/
H A DREADME15 New ACU's may be added by editing the ACU description table
/freebsd/usr.sbin/bsdconfig/ttys/include/
H A Dmessages.subr27 msg_help_text="Configuration of system TTYs requires editing the /etc/ttys file.\nTypical configura…
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Dresolv.subr259 # if editing the first nameserver instance, two if editing the second, three if
265 # Taint-checking is performed when editing an existing entry (when the second
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_config.pod50 ENGINE control operations because they can be performed by editing a
/freebsd/share/examples/BSD_daemon/
H A DREADME39 and manual editing.
/freebsd/usr.sbin/bsdconfig/include/
H A Dusage.hlp62 virtual consoles enabled - you can enable more by editing the
/freebsd/contrib/tcp_wrappers/
H A 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.

1234