Home
last modified time | relevance | path

Searched refs:editor (Results 1 – 25 of 162) sorted by relevance

1234567

/freebsd-14.2/contrib/dialog/
H A Dinputbox.c86 WINDOW *editor; in dialog_inputbox() local
156 dlg_register_window(editor, "inputbox2", binding2); in dialog_inputbox()
159 dlg_show_string(editor, input, chr_offset, inputbox_attr, in dialog_inputbox()
161 wsyncup(editor); in dialog_inputbox()
162 wcursyncup(editor); in dialog_inputbox()
180 wmove(editor, 0, chr_offset); in dialog_inputbox()
181 wsyncup(editor); in dialog_inputbox()
182 wcursyncup(editor); in dialog_inputbox()
208 wsyncup(editor); in dialog_inputbox()
209 wcursyncup(editor); in dialog_inputbox()
[all …]
/freebsd-14.2/bin/sh/
H A Dhistedit.c256 const char *editor = NULL; in histcmd() local
281 editor = shoptarg; in histcmd()
304 if (lflg == 0 || editor || sflg) { in histcmd()
328 if (editor == NULL && in histcmd()
330 (editor = bltinlookup("EDITOR", 1)) == NULL) in histcmd()
331 editor = DEFEDITOR; in histcmd()
332 if (editor[0] == '-' && editor[1] == '\0') { in histcmd()
334 editor = NULL; in histcmd()
383 if (editor) { in histcmd()
446 if (editor) { in histcmd()
[all …]
/freebsd-14.2/contrib/less/
H A Dmain.c43 public char * editor; variable
176 editor = lgetenv("VISUAL"); in main()
177 if (editor == NULL || *editor == '\0') in main()
179 editor = lgetenv("EDITOR"); in main()
180 if (isnullenv(editor)) in main()
181 editor = EDIT_PGM; in main()
/freebsd-14.2/usr.sbin/cron/crontab/
H A Dcrontab.c306 char n[MAX_FNAME], q[MAX_TEMPSTR], *editor; local
375 if ((editor = getenv("VISUAL")) == NULL &&
376 (editor = getenv("EDITOR")) == NULL) {
377 editor = EDITOR;
398 if (strlen(editor) + strlen(Filename) + 2 >= MAX_TEMPSTR)
400 execlp(editor, editor, Filename, (char *)NULL);
401 err(ERROR_EXIT, "%s", editor);
420 warnx("wrong PID (%d != %d) from \"%s\"", xpid, pid, editor);
424 warnx("\"%s\" exited with status %d", editor, WEXITSTATUS(waiter));
429 editor, WTERMSIG(waiter), WCOREDUMP(waiter) ?"" :"no ");
/freebsd-14.2/contrib/tcsh/nls/spanish/
H A Dset2019 17 -v usa las definiciones del editor vi\n
20 18 -e usa las definiciones del editor vi\n
21 19 -d usa las definiciones del editor por defecto (%s)\n
22 20 -l lista los comandos del editor y sus descripciones\n
H A Dset610 8 *** ERROR fatal del editor ***\r\n\n
/freebsd-14.2/lib/libutil/
H A Dpw_util.c287 const char *editor; in pw_edit() local
290 if ((editor = getenv("EDITOR")) == NULL) in pw_edit()
291 editor = _PATH_VI; in pw_edit()
315 execlp(editor, editor, tempname, (char *)NULL); in pw_edit()
316 err(1, "%s", editor); in pw_edit()
332 errx(1, "\"%s\" exited with status %d", editor, WEXITSTATUS(pstat)); in pw_edit()
/freebsd-14.2/contrib/tcsh/nls/greek/
H A Dset2021 19 -d συσχέτιση όλων των πλήκτρων στην default του editor (%s)\n
22 20 -l εμφάνιση των εντολών του editor με περιγραφές\n
H A Dset610 8 *** μοιραίο ΣΦΑΛΜΑ editor ***\r\n\n
/freebsd-14.2/contrib/libcbor/doc/source/
H A Dindex.rst12 - Complete `IETF RFC 8949 (STD 94) <https://www.rfc-editor.org/info/std94>`_ conformance [#]_
39 .. _CBOR: https://www.rfc-editor.org/info/std94
H A Dstandard_conformance.rst4 …very faithful implementation of `IETF RFC 8949 (STD 94) <https://www.rfc-editor.org/info/std94>`_.…
10 .. [#] https://www.rfc-editor.org/rfc/rfc8949.html#section-3.2.3
/freebsd-14.2/contrib/nvi/
H A DREADME65 to support a full-screen editor using curses.
80 editor. Peter Kessler helped bring sanity to version 2's
82 and created the framework that users see in the present editor.
83 Mark Horton added macros and other features and made the editor
/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td199 def editor: F<"editor">,
200 …HelpText<"Tells the debugger to open source files using the host's \"external editor\" mechanism."…
202 Alias<editor>,
203 HelpText<"Alias for --editor">;
/freebsd-14.2/contrib/tcsh/nls/ukrainian/
H A Dset2021 19 -d bind all keys to default editor's bindings (%s)\n
22 20 -l list editor commands with descriptions\n
/freebsd-14.2/contrib/tcsh/nls/C/
H A Dset2021 19 -d bind all keys to default editor's bindings (%s)\n
22 20 -l list editor commands with descriptions\n
H A Dset610 8 *** editor fatal ERROR ***\r\n\n
/freebsd-14.2/contrib/ee/
H A DREADME.ee29 The editor 'ee' (easy editor) is intended to be a simple, easy to use
30 terminal-based screen oriented editor that requires no instruction to
59 For a text editor to be easy to use requires a certain set of abilities. In
72 will have a defect that reduces the usefulness of the editor relying upon
H A Dee.msg1 $ This file contains the messages for ee ("easy editor"). See the file
27 16 "print editor contents"
39 28 "leave editor"
175 164 "save editor configuration"
/freebsd-14.2/contrib/tcsh/nls/finnish/
H A Dset2021 19 -d bind all keys to default editor's bindings (%s)\n
22 20 -l list editor commands with descriptions\n
/freebsd-14.2/usr.bin/ee/nls/pt_BR.ISO8859-1/
H A Dee.msg1 $ This file contains the messages for ee ("easy editor"). See the file
38 28 "deixar editor"
121 111 "enviando conte�do no buffer do editor para 'corre��o'"
174 164 "salvar configura��es do editor"
/freebsd-14.2/contrib/tcsh/nls/italian/
H A Dset610 8 *** ERRORE fatale nell'editor ***\r\n\n
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DInterpreterProperties.td16 def OpenTranscriptInEditor: Property<"open-transcript-in-editor", "Boolean">,
19 Desc<"If true, LLDB will open the saved session's transcripts in the external editor.">;
/freebsd-14.2/contrib/libedit/
H A Dmap.c1095 map_set_editor(EditLine *el, wchar_t *editor) in map_set_editor() argument
1098 if (wcscmp(editor, L"emacs") == 0) { in map_set_editor()
1102 if (wcscmp(editor, L"vi") == 0) { in map_set_editor()
1114 map_get_editor(EditLine *el, const wchar_t **editor) in map_get_editor() argument
1117 if (editor == NULL) in map_get_editor()
1121 *editor = L"emacs"; in map_get_editor()
1124 *editor = L"vi"; in map_get_editor()
/freebsd-14.2/usr.sbin/bsdconfig/include/
H A Doptions.hlp74 Editor: Specify which screen editor to use.
78 thrown unceremoniously into a screen editor. A relatively
79 simplistic editor which shows its command set on-screen is
/freebsd-14.2/crypto/openssl/providers/common/der/
H A DEC.asn110 -- (https://www.rfc-editor.org/rfc/rfc3279.html#section-3)
67 -- (https://www.rfc-editor.org/rfc/rfc5758.html#section-3.2)

1234567