/minix/external/bsd/llvm/dist/clang/lib/Edit/ |
H A D | EditedSource.cpp | 20 using namespace edit; 222 for (edit::Commit::edit_iterator in commit() 224 const edit::Commit::Edit &edit = *I; in commit() local 225 switch (edit.Kind) { in commit() 226 case edit::Commit::Act_Insert: in commit() 227 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev); in commit() 229 case edit::Commit::Act_InsertFromRange: in commit() 230 commitInsertFromRange(edit.OrigLoc, edit.Offset, in commit() 231 edit.InsertFromRangeOffs, edit.Length, in commit() 234 case edit::Commit::Act_Remove: in commit() [all …]
|
/minix/etc/ |
H A D | rc.minix | 52 edit() 161 edit rs 162 edit vm 163 edit pm 164 edit sched 165 edit vfs 166 edit ds 167 edit tty 169 edit mib 170 edit pfs [all …]
|
/minix/external/bsd/nvi/docs/USD.doc/edit/ |
H A D | Makefile | 6 .PATH: ${DIST}/docs/edit 9 ARTICLE=edit 23 ${TOOL_ROFF_RAW} ${MACROS} -n22 edit.vindex
|
/minix/external/mit/xorg/lib/fontconfig/etc/ |
H A D | fonts.conf | 41 <edit name="family" mode="assign" binding="same"> 43 </edit> 53 <edit name="family" mode="assign" binding="same"> 55 </edit> 65 <edit name="family" mode="assign" binding="same"> 67 </edit>
|
/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | passwd_dialog.clw | 24 Control5=IDC_EDIT1,edit,1350631552 25 Control6=IDC_EDIT2,edit,1350631584 30 Control1=IDC_PASSWD_EDIT,edit,1350631456
|
/minix/external/bsd/file/dist/magic/ |
H A D | Header | 4 # Don't edit this file, edit /etc/magic or send your magic improvements
|
/minix/external/bsd/nvi/docs/internals/ |
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
|
H A D | autowrite | 15 # This behavior is NOT identical to :edit. 76 #:ex, and :vi (executed while in vi mode) behave identically to :edit. 77 :edit Y * Y Abandon changes and jump. 78 :edit Y * N Error. 79 :edit N * * Jump.
|
H A D | quoting | 90 :edit [+cmd] [file] (file) 109 * :edit [+cmd] [file] (+cmd) 131 4.1: The edit/ex commands: 133 The edit/ex commands are a special case because | symbols may 136 :edit +10|s/abc/ABC/ file.c 138 In addition, the edit and ex commands have historically 142 :edit +10|s/X/^V / file.c 144 I intend to handle the literal next character in edit/ex consistently 148 The acid test for the ex/edit commands: 152 :edit +1|s/./XXX/|w file1| e file2|1 | s/./XXX/|wq
|
/minix/usr.bin/sdiff/ |
H A D | edit.c | 22 static void edit(const char *); 28 edit(const char *filename) in edit() function 146 edit(filename); in eparse()
|
H A D | Makefile | 6 SRCS= common.c edit.c sdiff.c
|
/minix/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 885 edit::Commit commit(*Editor); in migrateProtocolConformance() 951 edit::Commit commit(*Editor); in migrateNSEnumDecl() 1225 edit::Commit commit(*Editor); in migrateProperty() 1239 edit::Commit commit(*Editor); in migrateProperty() 1265 edit::Commit commit(*Editor); in migrateNsReturnsInnerPointer() 1277 edit::Commit commit(*Editor); in migratePropertyNsReturnsInnerPointer() 1403 edit::Commit commit(*Editor); in AnnotateImplicitBridging() 1482 edit::Commit commit(*Editor); in AddCFAnnotations() 1649 edit::Commit commit(*Editor); in migrateAddMethodAnnotation() 1740 edit::Commit commit(*Editor); in InsertFoundation() [all …]
|
/minix/external/bsd/llvm/dist/clang/tools/clang-format/ |
H A D | clang-format-sublime.py | 30 def run(self, edit): argument 51 edit, sublime.Region(0, self.view.size()),
|
/minix/crypto/external/bsd/openssl/dist/test/ |
H A D | bntest.com | 22 $ result_file_name = f$edit( p1, "TRIM") 42 $ if (f$extract( 0, 1, f$edit( line, "TRIM")) .eqs. "#") then -
|
/minix/external/bsd/less/dist/ |
H A D | README | 70 If you wish, you may edit defines.h to remove some optional features. 72 wish to edit the manual page "less.nro" and the help page "less.hlp" 74 If you edit less.hlp, you should run "make -f Makefile.aut help.c". 123 4. If you wish, you may edit DEFINES.DS to remove some optional features. 125 wish to edit the manual page LESS.MAN and the help page HELP.C 153 4. If you wish, you may edit defines.wn to remove some optional features. 155 wish to edit the manual page less.man and the help page help.c 180 4. If you wish, you may edit defines.o2 to remove some optional features. 182 wish to edit the manual page less.man and the help page help.c 214 4. If you wish, you may edit defines.o9 to remove some optional features. [all …]
|
/minix/external/bsd/byacc/dist/ |
H A D | vmsbuild.com | 15 $ hlp = f$edit("''p1'", "UPCASE") 49 $ comp = f$edit(p2, "UPCASE") 116 $ if f$edit("''p1'", "UPCASE") .eqs. "VMS_LINK.OPT"
|
/minix/crypto/external/bsd/openssl/dist/ssl/ |
H A D | install-ssl.com | 31 $ arch = f$edit( f$getsyi( "arch_name"), "upcase") 86 $ e = f$edit( f$element( i, ",", e_exe), "trim") 101 $ e = f$edit(f$element(i, ",", libs),"trim")
|
/minix/external/bsd/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
H A D | ClangFormatPackage.cs | 98 var edit = view.TextBuffer.CreateEdit(); in MenuItemCallback() 104 edit.Replace(span, replacement.Value); in MenuItemCallback() 106 edit.Apply(); in MenuItemCallback()
|
/minix/external/bsd/nvi/docs/USD.doc/ |
H A D | Makefile | 3 SUBDIR= edit exref vi.ref vitut
|
/minix/external/bsd/nvi/docs/ |
H A D | help | 164 [Nn]ext: edit (and optionally specify) the next file 170 preserve: preserve an edit session for recovery 171 [Pp]revious: edit the previous file in the file argument list 177 rewind: re-edit all the files in the file argument list 183 stop: suspend the edit session 184 suspend: suspend the edit session 186 [Tt]ag: edit the file containing the tag 198 [Vv]isual: edit another file (from vi mode only)
|
/minix/external/bsd/llvm/dist/llvm/lib/LineEditor/ |
H A D | CMakeLists.txt | 2 set(link_libs edit)
|
/minix/crypto/external/bsd/openssl/dist/apps/ |
H A D | install-apps.com | 31 $ arch = f$edit( f$getsyi( "arch_name"), "upcase") 74 $ e = f$edit(f$element( i, ",", exe), "trim")
|
/minix/external/bsd/bind/dist/bin/win32/BINDInstall/res/ |
H A D | BINDInstall.rc2 | 2 // BINDINSTALL.RC2 - resources Microsoft Visual C++ does not edit directly
|
/minix/external/bsd/llvm/dist/clang/include/clang/Edit/ |
H A D | EditsReceiver.h | 19 namespace edit {
|
/minix/minix/tests/blocktest/ |
H A D | README | 5 3) edit and uncomment one line from test.sh
|