/freebsd/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 …]
|
/freebsd/bin/sh/ |
H A D | histedit.c | 252 const char *editor = NULL; in histcmd() local 277 editor = shoptarg; in histcmd() 300 if (lflg == 0 || editor || sflg) { in histcmd() 324 if (editor == NULL && in histcmd() 325 (editor = bltinlookup("FCEDIT", 1)) == NULL && in histcmd() 326 (editor = bltinlookup("EDITOR", 1)) == NULL) in histcmd() 327 editor = DEFEDITOR; in histcmd() 328 if (editor[0] == '-' && editor[1] == '\0') { in histcmd() 330 editor = NULL; in histcmd() 379 if (editor) { in histcmd() [all …]
|
/freebsd/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 ");
|
/freebsd/contrib/less/ |
H A D | main.c | 53 public constant char * editor; 342 editor = lgetenv("VISUAL"); in ecalloc() 343 if (editor == NULL || *editor == '\0') in ecalloc() 345 editor = lgetenv("EDITOR"); in ecalloc() 346 if (isnullenv(editor)) in ecalloc() 347 editor = EDIT_PGM; in ecalloc() 43 public char * editor; global() variable
|
/freebsd/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
|
H A D | set6 | 10 8 *** ERROR fatal del editor ***\r\n\n
|
/freebsd/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()
|
/freebsd/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
|
/freebsd/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
|
/freebsd/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">;
|
/freebsd/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"
|
/freebsd/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
|
H A D | set6 | 10 8 *** editor fatal ERROR ***\r\n\n
|
/freebsd/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
|
/freebsd/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
|
/freebsd/contrib/libedit/ |
H A D | map.c | 1095 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/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"
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | options.hlp | 74 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/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.">;
|
/freebsd/contrib/libarchive/ |
H A D | .editorconfig |
|
/freebsd/contrib/tcsh/nls/italian/ |
H A D | set6 | 10 8 *** ERRORE fatale nell'editor ***\r\n\n
|
/freebsd/crypto/openssl/providers/common/der/ |
H A D | EC.asn1 | 10 -- (https://www.rfc-editor.org/rfc/rfc3279.html#section-3) 67 -- (https://www.rfc-editor.org/rfc/rfc5758.html#section-3.2)
|
/freebsd/sbin/camcontrol/ |
H A D | modeedit.c | 941 const char *editor; in modepage_edit() local 953 if ((editor = getenv("EDITOR")) == NULL) in modepage_edit() 954 editor = DEFAULT_EDITOR; in modepage_edit() 981 commandline = malloc(strlen(editor) + strlen(edit_path) + 2); in modepage_edit() 984 sprintf(commandline, "%s %s", editor, edit_path); in modepage_edit() 988 err(EX_UNAVAILABLE, "could not invoke %s", editor); in modepage_edit()
|