| /src/contrib/dialog/ |
| H A D | inputbox.c | 86 WINDOW *editor; in dialog_inputbox() local 155 editor = dlg_sub_window(dialog, 1, box_width, yorg + box_y, xorg + box_x); in dialog_inputbox() 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() 178 dlg_show_string(editor, input, chr_offset, inputbox_attr, in dialog_inputbox() 180 wmove(editor, 0, chr_offset); in dialog_inputbox() 181 wsyncup(editor); in dialog_inputbox() 182 wcursyncup(editor); in dialog_inputbox() [all …]
|
| /src/bin/sh/ |
| H A D | histedit.c | 254 const char *editor = NULL; in histcmd() local 279 editor = shoptarg; in histcmd() 302 if (lflg == 0 || editor || sflg) { in histcmd() 326 if (editor == NULL && in histcmd() 327 (editor = bltinlookup("FCEDIT", 1)) == NULL && in histcmd() 328 (editor = bltinlookup("EDITOR", 1)) == NULL) in histcmd() 329 editor = DEFEDITOR; in histcmd() 330 if (editor[0] == '-' && editor[1] == '\0') { in histcmd() 332 editor = NULL; in histcmd() 381 if (editor) { in histcmd() [all …]
|
| /src/usr.sbin/cron/crontab/ |
| H A D | crontab.c | 306 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 ");
|
| /src/crypto/openssl/doc/designs/ |
| H A D | passing-algorithmidentifier-parameters.md | 158 - [DSA](https://www.rfc-editor.org/rfc/rfc3370#section-3.1) signatures 160 - [RC2 key wrap](https://www.rfc-editor.org/rfc/rfc3370#section-4.3.2) 161 - [PBKDF2](https://www.rfc-editor.org/rfc/rfc3370#section-4.4.1) 162 - [3DES-CBC](https://www.rfc-editor.org/rfc/rfc3370#section-5.1) 163 - [RC2-CBC](https://www.rfc-editor.org/rfc/rfc3370#section-5.2) 165 - [GOST 28147-89](https://www.rfc-editor.org/rfc/rfc4490.html#section-5.1) 167 - [RSA-OAEP](https://www.rfc-editor.org/rfc/rfc8017#appendix-A.2.1) 168 - [RSA-PSS](https://www.rfc-editor.org/rfc/rfc8017#appendix-A.2.3) 170 - [XOR-MD5](https://www.rfc-editor.org/rfc/rfc6210.html) is experimental,
|
| /src/release/packages/ucl/ |
| H A D | vi-all.ucl | 19 comment = "Text editor" 23 text editor, and vi(1), a user-friendly full-screen text editor based on ex.
|
| /src/contrib/tcsh/nls/spanish/ |
| H A D | set20 | 19 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
|
| /src/lib/libutil/ |
| H A D | pw_util.c | 285 const char *editor; in pw_edit() local 288 if ((editor = getenv("EDITOR")) == NULL) in pw_edit() 289 editor = _PATH_VI; in pw_edit() 313 execlp(editor, editor, tempname, (char *)NULL); in pw_edit() 314 err(1, "%s", editor); in pw_edit() 330 errx(1, "\"%s\" exited with status %d", editor, WEXITSTATUS(pstat)); in pw_edit()
|
| /src/contrib/less/ |
| H A D | main.c | 53 public constant char * editor; variable 360 editor = lgetenv("VISUAL"); in main() 361 if (isnullenv(editor)) in main() 363 editor = lgetenv("EDITOR"); in main() 364 if (isnullenv(editor)) in main() 365 editor = EDIT_PGM; in main()
|
| /src/contrib/tcsh/nls/greek/ |
| H A D | set20 | 21 19 -d συσχέτιση όλων των πλήκτρων στην default του editor (%s)\n 22 20 -l εμφάνιση των εντολών του editor με περιγραφές\n
|
| H A D | set6 | 10 8 *** μοιραίο ΣΦΑΛΜΑ editor ***\r\n\n
|
| /src/contrib/nvi/ |
| H A D | README | 65 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
|
| /src/contrib/libcbor/doc/source/ |
| H A D | index.rst | 12 - 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 D | standard_conformance.rst | 4 …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
|
| /src/contrib/libdiff/test/ |
| H A D | test016.right.txt | 30 char *gitconfig_path = NULL, *editor = NULL, *author = NULL; 133 * unveil(2) traverses exec(2); if an editor is used we have 137 error = get_editor(&editor); 141 error = collect_import_msg(&logmsg, &logmsg_path, editor, 229 free(editor);
|
| H A D | test116.left-P.txt | 30 char *gitconfig_path = NULL, *editor = NULL, *author = NULL; 133 * unveil(2) traverses exec(2); if an editor is used we have 137 error = get_editor(&editor); 141 error = collect_import_msg(&logmsg, &logmsg_path, editor, 229 free(editor);
|
| H A D | test016.left.txt | 30 char *gitconfig_path = NULL, *editor = NULL, *author = NULL; 133 * unveil(2) traverses exec(2); if an editor is used we have 137 error = get_editor(&editor); 141 error = collect_import_msg(&logmsg, &logmsg_path, editor, 229 free(editor);
|
| H A D | test116.right-P.txt | 30 char *gitconfig_path = NULL, *editor = NULL, *author = NULL; 133 * unveil(2) traverses exec(2); if an editor is used we have 137 error = get_editor(&editor); 141 error = collect_import_msg(&logmsg, &logmsg_path, editor, 229 free(editor);
|
| /src/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Options.td | 199 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">;
|
| /src/contrib/ee/ |
| H A D | README.ee | 29 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 D | ee.msg | 1 $ 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"
|
| /src/contrib/tcsh/nls/C/ |
| H A D | set20 | 21 19 -d bind all keys to default editor's bindings (%s)\n 22 20 -l list editor commands with descriptions\n
|
| /src/contrib/tcsh/nls/ukrainian/ |
| H A D | set20 | 21 19 -d bind all keys to default editor's bindings (%s)\n 22 20 -l list editor commands with descriptions\n
|
| /src/contrib/tcsh/nls/finnish/ |
| H A D | set20 | 21 19 -d bind all keys to default editor's bindings (%s)\n 22 20 -l list editor commands with descriptions\n
|
| /src/usr.bin/ee/nls/pt_BR.ISO8859-1/ |
| H A D | ee.msg | 1 $ 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"
|
| /src/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 20 def OpenTranscriptInEditor: Property<"open-transcript-in-editor", "Boolean">, 23 Desc<"If true, LLDB will open the saved session's transcripts in the external editor.">;
|