Home
last modified time | relevance | path

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

1234

/freebsd/contrib/dialog/
H A Deditbox.c366 WINDOW *editing; in dlg_editbox() local
431 editing = dlg_sub_window(dialog, in dlg_editbox()
436 dlg_register_window(editing, "editbox2", binding2); in dlg_editbox()
440 pagesize = getmaxy(editing); in dlg_editbox()
447 display_all(editing, *list, thisrow, base_row, listsize, chr_offset); in dlg_editbox()
448 display_one(editing, THIS_ROW, in dlg_editbox()
454 display_one(editing, (*list)[lastrow], in dlg_editbox()
460 display_one(editing, THIS_ROW, in dlg_editbox()
462 getyx(editing, y, x); in dlg_editbox()
469 box_x + getmaxx(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/libedit/
H A Dlibedit.pc7 Description: command line editor library providing generic line editing, history, and tokenization …
/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()
/freebsd/release/packages/ucl/
H A Dee-all.ucl23 a full-screen editing interface similar to vi(1), but is easier to learn for
H A Dcsh-all.ucl32 comment = "C shell with file name completion and command line editing"
/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/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/contrib/ncurses/
H A Ddist.mk146 ./edit_man.sh normal editing /usr/man man $$f | \
/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.

1234