| /openbsd-src/usr.bin/less/ |
| H A D | main.c | 43 char *editor; variable 175 editor = lgetenv("VISUAL"); in main() 176 if (editor == NULL || *editor == '\0') { in main() 177 editor = lgetenv("EDITOR"); in main() 178 if (editor == NULL || *editor == '\0') in main() 179 editor = EDIT_PGM; in main()
|
| H A D | prompt.c | 34 extern char *editor; 267 ap_str(editor); in protochar()
|
| /openbsd-src/lib/libutil/ |
| H A D | passwd.c | 215 char *editor; in pw_edit() local 224 if ((editor = getenv("EDITOR")) == NULL) in pw_edit() 225 editor = _PATH_VI; in pw_edit() 227 if (asprintf(&p, "%s %s", editor, filename) == -1) in pw_edit() 248 pw_error(editor, 1, 1); in pw_edit() 254 pw_error(editor, 1, 1); in pw_edit()
|
| /openbsd-src/gnu/llvm/llvm/utils/kate/ |
| H A D | README | 3 These are syntax highlighting files for the Kate editor. Included are: 7 Syntax Highlighting Mode for the KDE Kate editor. To install just copy
|
| /openbsd-src/gnu/usr.bin/perl/utils/ |
| H A D | perlbug.PL | 783 my $editor = shift; 788 my $exit_status = system("$editor $filename"); 791 The editor you chose ('$editor') could not be run! 795 my $entry = _prompt( $desc, 'Editor', $editor ); 797 $editor = $entry;
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | security_template.pod | 1 =begin editor 10 =end editor 20 =for editor
|
| H A D | git-deltatool | 225 if ( my @editor = split /\s+/, ($ENV{VISUAL} || $ENV{EDITOR}) ) { 226 push @editor, "-f" if $editor[0] =~ /^gvim/; 227 system(@editor, "$tempfh");
|
| /openbsd-src/usr.bin/mail/misc/ |
| H A D | mail.tildehelp | 6 ~e Invoke text editor on partial message. 17 ~v Invoke display editor on message.
|
| /openbsd-src/gnu/llvm/llvm/utils/vscode/llvm/ |
| H A D | README.md | 30 Please refer to https://code.visualstudio.com/docs/editor/extension-gallery#_where-are-extensions-i… 38 https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix.
|
| /openbsd-src/gnu/llvm/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">;
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | options.h.in | 46 * The default editor to use, if one does not specify the "-e" option 101 * line or an editor will be started for you. If you like to use 103 * directory), you might want to force people to use the editor even 106 * editor is started. 156 turned off when the editor is invoked--most editors provide a way 157 to execute a shell, or the user can specify an editor (this one is
|
| H A D | edit.h | 34 extern void editor_set PROTO ((char *filename, char *editor, char *val));
|
| H A D | logmsg.c | 870 editinfo_proc(repository, editor) in editinfo_proc() argument 872 char *editor; 875 if (editinfo_editor && strcmp (editinfo_editor, editor) == 0) 880 editinfo_editor = xstrdup (editor);
|
| /openbsd-src/usr.bin/vi/ |
| H A D | README | 50 to support a full-screen editor using curses. 65 editor. Peter Kessler helped bring sanity to version 2's 67 and created the framework that users see in the present editor. 68 Mark Horton added macros and other features and made the editor
|
| /openbsd-src/lib/libedit/ |
| H A D | map.c | 1087 map_set_editor(EditLine *el, wchar_t *editor) in map_set_editor() argument 1090 if (wcscmp(editor, L"emacs") == 0) { in map_set_editor() 1094 if (wcscmp(editor, L"vi") == 0) { in map_set_editor() 1106 map_get_editor(EditLine *el, const wchar_t **editor) in map_get_editor() argument 1109 if (editor == NULL) in map_get_editor() 1113 *editor = L"emacs"; in map_get_editor() 1116 *editor = L"vi"; in map_get_editor()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 16 def OpenTranscriptInEditor: Property<"open-transcript-in-editor", "Boolean">, 19 Desc<"If true, LLDB will open the saved session's transcripts in the external editor.">;
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | features | 66 key. (Simulate the Rand editor?) 75 + A status file so that the next time invocation of the editor returns 82 editor, its window is left in the same place but with some default
|
| /openbsd-src/usr.bin/mg/ |
| H A D | README | 5 Mg (mg) is a Public Domain EMACS style editor. It is "broadly" 10 to learn another editor. (But probably will, at least long enough to 20 This program is intended to be a small, fast, and portable editor for
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | wordprocessors | 58 >8 short 2049 Macro editor macro 59 >8 short 2050 Macro editor help file 60 >8 short 2051 Macro editor keyboard file
|
| H A D | editors | 4 # T602 editor documents
|
| /openbsd-src/usr.bin/vi/docs/tutorial/ |
| H A D | vi.advanced | 74 42 vi's relationship with the ex editor: {:} 158 often, the editor will hang you in an infinite loop. Please don't try it: 268 is a large portion of the editor keeping track of what your screen currently 285 Here is as good a place as any to mention that if the editor is displaying the 455 and proceed to the next file, {:n!^M} forces the editor to discard the current 456 contents of the editor. 465 Typing {:r fname^M} will read the contents of file fname into the editor and 481 the editor, perform the task, and then reinvoke the editor on the same file. 484 At this point, the editor is put to sleep and will be reawakened when you log 501 to sleep. The shell is now the parent of vi. When you type {^Z} the editor [all …]
|
| /openbsd-src/sbin/disklabel/ |
| H A D | extern.h | 33 int editor(int);
|
| H A D | Makefile | 4 SRCS= disklabel.c dkcksum.c editor.c manual.c
|
| /openbsd-src/gnu/llvm/llvm/utils/textmate/ |
| H A D | README | 2 files for the TextMate editor for OS X. The highlighting follows that done
|
| /openbsd-src/distrib/special/disklabel/ |
| H A D | Makefile | 4 SRCS= disklabel.c dkcksum.c editor.c manual.c
|