| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
| H A D | toolbar.tml | 12 - item edit-changes-undo 13 - item edit-changes-redo 15 - item edit-cut 16 - item edit-copy 17 - item edit-paste 18 - item edit-replace 19 - item edit-delete 31 'item edit-changes-undo', 32 'item edit-changes-redo', 34 'item edit-cut', [all …]
|
| /openbsd-src/regress/usr.bin/mail/ |
| H A D | Makefile | 5 PROG= edit 8 CLEANFILES+= edit.c 10 edit.c: ${.CURDIR}/../../bin/ksh/edit/edit.c 11 @cp ${.CURDIR}/../../bin/ksh/edit/edit.c . 13 send: edit
|
| /openbsd-src/regress/bin/csh/ |
| H A D | Makefile | 7 PROG= edit 10 CLEANFILES+= edit.c 12 edit.c: ${.CURDIR}/../ksh/edit/edit.c 13 @cp ${.CURDIR}/../ksh/edit/edit.c . 15 filec: edit
|
| /openbsd-src/gnu/llvm/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 28 using namespace edit; 292 for (edit::Commit::edit_iterator in commit() 294 const edit::Commit::Edit &edit = *I; in commit() local 295 switch (edit.Kind) { in commit() 296 case edit::Commit::Act_Insert: in commit() 297 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev); in commit() 299 case edit::Commit::Act_InsertFromRange: in commit() 300 commitInsertFromRange(edit.OrigLoc, edit.Offset, in commit() 301 edit.InsertFromRangeOffs, edit.Length, in commit() 302 edit.BeforePrev); in commit() [all …]
|
| /openbsd-src/usr.bin/mail/ |
| H A D | edit.c | 153 char *edit, tempname[PATHSIZE]; in run_editor() local 194 edit = value("EDITOR"); in run_editor() 195 if (edit == NULL || edit[0] == '\0') in run_editor() 196 edit = _PATH_EX; in run_editor() 198 edit = value("VISUAL"); in run_editor() 199 if (edit == NULL || edit[0] == '\0') in run_editor() 200 edit = _PATH_VI; in run_editor() 202 if (editit(edit, tempname) == -1) { in run_editor()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/build/libs/edit/ |
| H A D | BUILD.gn | 1 import("//llvm/utils/gn/build/libs/edit/enable.gni") 4 visibility = [ ":edit" ] 5 libs = [ "edit" ] 8 group("edit") {
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | watch.c | 97 add_edit_pending = what->adding && what->edit; 100 remove_edit_pending = !what->adding && what->edit; 258 the_args.edit = 0; 274 the_args.edit = 1; 281 the_args.edit = 1; 287 the_args.edit = 0; 305 the_args.edit = 1; 320 if (the_args.edit) 335 if (!the_args.edit && !the_args.unedit && !the_args.commit)
|
| H A D | Makefile.am | 41 edit.c \ 85 edit.h \
|
| /openbsd-src/usr.bin/vi/ |
| H A D | FAQ | 25 If there's no other solution, you can use the print and noprint edit 38 Q: I'm using ksh or csh as my vi edit option shell value, and file 47 Q: How does the iclower edit option differ from the ignorecase (i.e. ic) 48 edit option? 49 A: The difference is that the ignorecase edit option always ignores the 50 case of letters in the Regular Expression (RE), and the iclower edit 53 it will be treated case-sensitively, as if the ignorecase edit option 56 Q: When I edit binary files, vi appends a <newline> to the last line! 59 edit option to turn this behavior off when I switch to version 2.0 of 66 increasing the value of the escapetime edit option, which will cause [all …]
|
| /openbsd-src/usr.bin/vi/docs/internals/ |
| H A D | autowrite | 17 # This behavior is NOT identical to :edit. 78 #:ex, and :vi (executed while in vi mode) behave identically to :edit. 79 :edit Y * Y Abandon changes and jump. 80 :edit Y * N Error. 81 :edit N * * Jump.
|
| H A D | quoting | 92 :edit [+cmd] [file] (file) 111 * :edit [+cmd] [file] (+cmd) 133 4.1: The edit/ex commands: 135 The edit/ex commands are a special case because | symbols may 138 :edit +10|s/abc/ABC/ file.c 140 In addition, the edit and ex commands have historically 144 :edit +10|s/X/^V / file.c 146 I intend to handle the literal next character in edit/ex consistently 150 The acid test for the ex/edit commands: 154 :edit +1|s/./XXX/|w file1| e file2|1 | s/./XXX/|wq
|
| H A D | openmode | 7 edit option - 2. 9 Write lines from the edit buffer starting at: 17 lines, or the last line in the edit buffer has been written. A
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 98 std::unique_ptr<edit::EditedSource> Editor; 134 Editor.reset(new edit::EditedSource(Context.getSourceManager(), in Initialize() 236 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax() 327 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 328 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap); in VisitObjCMessageExpr() 333 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 334 edit::rewriteToObjCSubscriptSyntax(E, *Consumer.NSAPIObj, commit); in VisitObjCMessageExpr() 339 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 457 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty() 664 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl() [all …]
|
| /openbsd-src/usr.bin/vi/docs/USD.doc/edit/ |
| H A D | Makefile | 4 DIR= usd/11.edit 20 ${TROFF} ${MACROS} -n22 edit.vindex
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | myconfig.com | 82 $ $osname = "'"+f$edit(f$getsyi("NODE_SWTYPE"),"COLLAPSE") 83 $ $osvers = f$edit(f$getsyi("VERSION")-"V","COLLAPSE") 124 $ line = f$edit(line,"TRIM,COMPRESS") 130 $ line = f$edit(line,"TRIM,COMPRESS")
|
| H A D | genopt.com | 11 $ y=f$edit(x,"COLLAPSE") ! lose spaces 15 f$locate("/SHARE",f$edit(y,"UPCASE")) .ne. f$length(y)
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | help | 163 [Nn]ext: edit (and optionally specify) the next file 167 preserve: preserve an edit session for recovery 168 [Pp]revious: edit the previous file in the file argument list 174 rewind: re-edit all the files in the file argument list 180 stop: suspend the edit session 181 suspend: suspend the edit session 183 [Tt]ag: edit the file containing the tag 194 [Vv]isual: edit another file (from vi mode only)
|
| H A D | changelog | 5 + Update the set-edit-option interface for the scripting languages. 8 + Enhance the comment edit option to skip C++ comments. 15 + Fix bugs when both the leftright scrolling and number edit options 25 secure edit option preset. 62 + Display "files to edit" message for rewind, next and initial screen. 66 + Fix a bug where the windowname edit option couldn't be set before a 67 file was loaded into the edit buffer. 72 + Fix bug where multiple edit sessions on a non-existent file could 119 + Shorten the "more files to edit" message so it can gang on a single 121 are left to edit, it's historic practice. [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format/ |
| H A D | clang-format-sublime.py | 30 def run(self, edit): argument 53 edit, sublime.Region(0, self.view.size()),
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/ |
| H A D | RewriteRule.h | 121 EditGenerator edit(ASTEdit E); 149 return ifBound(std::move(ID), edit(std::move(TrueEdit)), in ifBound() 150 edit(std::move(FalseEdit))); in ifBound() 156 return ifBound(std::move(ID), edit(std::move(TrueEdit)), noEdits()); in ifBound() 168 inline EditGenerator injectEdits(ASTEdit E) { return edit(std::move(E)); } in injectEdits()
|
| /openbsd-src/gnu/usr.bin/cvs/os2/ |
| H A D | README | 4 to edit the makefile to reflect your system's paths (unless you're our 8 ../config.status not existing. You also might need to edit srcdir to 11 That should be all -- edit the makefile, do "make" and get
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | doio | 50 Can't do inplace edit: %s is not a regular file [Perl_nextargv] 51 edit a directory 53 Can't do inplace edit: %s would not be unique [Perl_nextargv] 57 Can't do inplace edit on %s: %s [Perl_nextargv] 260 Can't do inplace edit: \./temp\.dir is not a regular file at - line 17\. 261 Can't do inplace edit: \./zero\.dir is not a regular file at - line 17\. 263 Can't do inplace edit: \./temp\.dir is not a regular file at - line 29\. 264 Can't do inplace edit: \./zero\.dir is not a regular file at - line 29\.
|
| /openbsd-src/usr.bin/less/ |
| H A D | edit.c | 156 edit(char *filename) in edit() function 374 if (edit(gfilename) == 0 && good_filename == NULL) in edit_list() 394 return (edit(good_filename)); in edit_list() 576 return (edit("-")); in edit_stdin()
|
| /openbsd-src/sbin/pdisk/ |
| H A D | pdisk.c | 65 void edit(struct partition_map **); 124 edit(&map); in main() 137 edit(struct partition_map **mapp) in edit() function
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | Makefile | 3 SUBDIR += main edit
|