| /netbsd-src/usr.sbin/sysinst/ |
| H A D | label.c | 257 struct single_part_fs_edit *edit = arg; in edit_fs_start() local 260 start = getpartoff(edit->pset->parts, edit->info.start); in edit_fs_start() 261 if (edit->info.size != 0) { in edit_fs_start() 262 if (start < (edit->info.start+edit->info.size)) { in edit_fs_start() 264 end = edit->info.start + edit->info.size; in edit_fs_start() 266 edit->info.size = edit->pset->parts->pscheme-> in edit_fs_start() 267 max_free_space_at(edit->pset->parts, in edit_fs_start() 268 edit->info.start); in edit_fs_start() 270 edit->info.size = end - start; in edit_fs_start() 272 edit->info.size = 0; in edit_fs_start() [all …]
|
| H A D | menus.mi | 231 { struct single_part_fs_edit *edit = arg; 232 edit->pset->infos[edit->index].mountflags ^= PUIMNT_LOG; }; 234 { struct single_part_fs_edit *edit = arg; 235 edit->pset->infos[edit->index].mountflags ^= PUIMNT_ASYNC; }; 237 { struct single_part_fs_edit *edit = arg; 238 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NOATIME; }; 240 { struct single_part_fs_edit *edit = arg; 241 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NODEV; }; 243 { struct single_part_fs_edit *edit = arg; 244 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NODEVMTIME; }; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | edit-context.c | 910 edit_context edit; in test_get_content() local 911 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content() 921 edit_context edit; in test_get_content() local 922 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content() 934 edit_context edit; in test_get_content() local 935 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content() 967 edit_context edit; in test_applying_fixits_insert_before() local 968 edit.add_fixits (&richloc); in test_applying_fixits_insert_before() 969 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_before() 976 ASSERT_EQ (100, edit.get_effective_column (filename, 1, 100)); in test_applying_fixits_insert_before() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | edit-context.cc | 916 edit_context edit; in test_get_content() local 917 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content() 927 edit_context edit; in test_get_content() local 928 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content() 940 edit_context edit; in test_get_content() local 941 auto_free <char *> result = edit.get_content (tmp.get_filename ()); in test_get_content() 973 edit_context edit; in test_applying_fixits_insert_before() local 974 edit.add_fixits (&richloc); in test_applying_fixits_insert_before() 975 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_before() 982 ASSERT_EQ (100, edit.get_effective_column (filename, 1, 100)); in test_applying_fixits_insert_before() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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 …]
|
| /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| H A D | stringquery.cpp | 17 edit = new QLineEdit; in StringQuery() 18 edit->setFocus(); in StringQuery() 21 layout->addWidget(edit, 0, 1); in StringQuery() 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept())); in StringQuery() 30 return edit->text(); in get_string()
|
| /netbsd-src/external/mit/xorg/lib/fontconfig/etc/ |
| H A D | fonts.conf | 40 <edit name="family" mode="assign" binding="same"> 42 </edit> 52 <edit name="family" mode="assign" binding="same"> 54 </edit> 64 <edit name="family" mode="assign" binding="same"> 66 </edit> 75 <edit name="family" mode="assign" binding="same"> 77 </edit>
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/ |
| H A D | main.m | 18 NSMenu *edit; 59 edit = AUTORELEASE ([[NSMenu alloc] init]); 60 [edit addItemWithTitle: @"Cut" 63 [edit addItemWithTitle: @"Copy" 66 [edit addItemWithTitle: @"Paste" 69 [edit addItemWithTitle: @"Delete" 72 [edit addItemWithTitle: @"Select All" 75 [menu setSubmenu: edit forItem: [menu itemWithTitle: @"Edit"]];
|
| /netbsd-src/distrib/utils/more/ |
| H A D | main.c | 82 edit(filename) in edit() function 206 (void)edit(av[curr_ac += n]); 219 (void)edit(av[curr_ac -= n]); 287 (void)edit("-"); 291 (void)edit((char *)NULL); 307 (void)edit("-"); /* Standard input */ 315 (void)edit((char *)NULL);
|
| /netbsd-src/external/apache2/llvm/dist/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") {
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | watch.c | 99 add_edit_pending = what->adding && what->edit; in watch_modify_watchers() 102 remove_edit_pending = !what->adding && what->edit; in watch_modify_watchers() 263 the_args.edit = 0; in watch_addremove() 283 the_args.edit = 1; in watch_addremove() 290 the_args.edit = 1; in watch_addremove() 296 the_args.edit = 0; in watch_addremove() 333 the_args.edit = 1; in watch_addremove() 348 if (the_args.edit) in watch_addremove() 354 if (!the_args.edit && !the_args.unedit && !the_args.commit) in watch_addremove()
|
| /netbsd-src/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
|
| /netbsd-src/external/bsd/bc/dist/ |
| H A D | main.c | 246 edit = el_init ("bc", stdin, stdout, stderr); in main() 248 el_set (edit, EL_EDITOR, "emacs"); in main() 249 el_set (edit, EL_HIST, history, hist); in main() 250 el_set (edit, EL_PROMPT, el_pmtfunc); in main() 251 el_source (edit, NULL); in main()
|
| /netbsd-src/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
|
| /netbsd-src/external/apache2/llvm/dist/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() 665 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
| H A D | RewriteRule.h | 118 EditGenerator edit(ASTEdit E); 142 return ifBound(std::move(ID), edit(std::move(TrueEdit)), in ifBound() 143 edit(std::move(FalseEdit))); in ifBound() 149 return ifBound(std::move(ID), edit(std::move(TrueEdit)), noEdits()); in ifBound() 161 inline EditGenerator injectEdits(ASTEdit E) { return edit(std::move(E)); } in injectEdits() 307 return makeRule(std::move(M), edit(std::move(Edit)), std::move(Explanation));
|
| /netbsd-src/external/bsd/nvi/docs/internals/ |
| 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
|
| 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 | 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
|
| /netbsd-src/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()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/doc/html/ |
| H A D | README | 3 To change or edit, please edit the XML sources in the ../xml directory.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/html/ |
| H A D | README | 3 To change or edit, please edit the XML sources in the ../xml directory.
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | README | 81 If you wish, you may edit defines.h to remove some optional features. 83 wish to edit the manual page "less.nro" and the help page "less.hlp" 85 If you edit less.hlp, you should run "make -f Makefile.aut help.c". 132 4. If you wish, you may edit DEFINES.DS to remove some optional features. 134 wish to edit the manual page LESS.MAN and the help page HELP.C 162 4. If you wish, you may edit defines.wn to remove some optional features. 164 wish to edit the manual page less.man and the help page help.c 189 4. If you wish, you may edit defines.o2 to remove some optional features. 191 wish to edit the manual page less.man and the help page help.c 223 4. If you wish, you may edit defines.o9 to remove some optional features. [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/ |
| H A D | Header | 4 # Don't edit this file, edit /etc/magic or send your magic improvements
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | GettingInvolved.rst | 164 …utes/docs <https://docs.google.com/document/d/1UPH2Hzou5RgGT8XfO39OmVXKEibWPfdYLELSaHr3xzo/edit>`__ 168 …//docs.google.com/document/d/1JecbplF09l3swTjze-UVeLh4L48svJxGVy4mz_e9Rhs/edit?usp=gmail#heading=h… 173 …ttps://docs.google.com/document/d/1GLCE8cl7goCaLSiM9j1eIq5IqeXt6_YTY2UEcC4jmsg/edit?usp=sharing>`__ 177 …//docs.google.com/document/d/1fOSRdyZR2w75D87yU2Ma9h2-_lEPL4NxvhJGJd-s5pk/edit#heading=h.mulvhjtr8… 181 …//docs.google.com/document/d/1y_9f1AbfgcoVdJh4_aM6-BaSHvrHl8zuA5G4jv_94K8/edit#heading=h.cite1kolf… 197 …ttps://docs.google.com/document/d/1A-W0Sas_oHWTEl_x_djZYoRtzAdTONMW_6l1BH9G6Bo/edit?usp=sharing>`__ 201 …ttps://docs.google.com/document/d/1q26ToudQjnqN5x31zk8zgq_s0lem1-BF8pQmciLa4k8/edit?usp=sharing>`__ 205 …ttps://docs.google.com/document/d/14IDnh3YY9m6Ej_PaRKOz8tTTZlObgtLl8mYeRbytAec/edit?usp=sharing>`__ 210 …tes/docs <https://docs.google.com/document/d/1-uEEZfmRdPThZlctOq9eXlmUaSSAAi8oKxhrPY_lpjk/edit#>`__
|