| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| stringquery.cpp | 17 edit = new QLineEdit; 18 edit->setFocus(); 21 layout->addWidget(edit, 0, 1); 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept())); 30 return edit->text();
|
| stringquery.h | 25 QLineEdit *edit; member in class:StringQuery
|
| /src/external/gpl2/gettext/dist/gettext-tools/man/ |
| msgfilter.x | 2 msgfilter \- edit translations of message catalog
|
| /src/external/bsd/nvi/docs/USD.doc/ |
| Makefile | 3 SUBDIR= edit exref vi.ref vitut
|
| /src/external/bsd/nvi/docs/USD.doc/edit/ |
| Makefile | 6 .PATH: ${DIST}/docs/edit 9 ARTICLE=edit 17 # index for versatec is different from the one in edit.tut 20 # you should just use the index in edit.tut, and ignore editvindex. 23 ${TOOL_ROFF_RAW} ${MACROS} -n22 edit.vindex
|
| /src/usr.sbin/sysinst/ |
| label.c | 84 * We have some partitions in our "wanted" list that we may not edit, 183 * 1 -> re-edit 245 * 1 -> re-edit 257 struct single_part_fs_edit *edit = arg; local 260 start = getpartoff(edit->pset->parts, edit->info.start); 261 if (edit->info.size != 0) { 262 if (start < (edit->info.start+edit->info.size)) { 264 end = edit->info.start + edit->info.size 282 struct single_part_fs_edit *edit = arg; local 304 struct single_part_fs_edit *edit = arg; local 321 struct single_part_fs_edit *edit = arg; local 347 struct single_part_fs_edit *edit = arg; local 357 struct single_part_fs_edit *edit = arg; local 380 struct single_part_fs_edit *edit = arg; local 395 struct single_part_fs_edit *edit = arg; local 404 struct single_part_fs_edit *edit = arg; local 413 struct single_part_fs_edit *edit = arg; local 422 struct single_part_fs_edit *edit = arg; local 463 struct single_part_fs_edit *edit = arg; local 473 struct single_part_fs_edit *edit = arg; local 482 struct single_part_fs_edit *edit = arg; local 550 struct single_part_fs_edit *edit = arg; local 593 struct single_part_fs_edit *edit = arg; local 707 struct single_part_fs_edit *edit = arg; local 730 struct single_part_fs_edit *edit = arg; local 773 struct single_part_fs_edit *edit = arg; local 861 struct single_part_fs_edit edit; local 1082 struct single_part_fs_edit *edit = arg; local 1141 struct single_part_fs_edit *edit = arg; local 1308 struct single_part_fs_edit *edit = arg; local [all...] |
| /src/usr.bin/sdiff/ |
| Makefile | 6 SRCS= common.c edit.c sdiff.c
|
| edit.c | 1 /* $NetBSD: edit.c,v 1.5 2021/08/27 17:36:37 rillig Exp $ */ 2 /* $OpenBSD: edit.c,v 1.14 2006/05/25 03:20:32 ray Exp $ */ 22 static void edit(const char *); 28 edit(const char *filename) function 67 * Parse edit command. Returns 0 on success, -1 on error. 85 /* Edit empty file. */ 145 /* Edit temp file. */ 146 edit(filename);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| edit-context.cc | 24 #include "edit-context.h" 42 /* Forward decls. class edit_context is declared within edit-context.h. 131 /* Class for representing edit events that have occurred on one line of 929 edit_context edit (fc); 930 auto_free <char *> result = edit.get_content (tmp.get_filename ()); 941 edit_context edit (fc); 942 auto_free <char *> result = edit.get_content (tmp.get_filename ()); 955 edit_context edit (fc); 956 auto_free <char *> result = edit.get_content (tmp.get_filename ()); 989 edit_context edit (fc) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| edit-context.cc | 24 #include "edit-context.h" 42 /* Forward decls. class edit_context is declared within edit-context.h. 175 /* Class for representing edit events that have occurred on one line of 916 edit_context edit; 917 auto_free <char *> result = edit.get_content (tmp.get_filename ()); 927 edit_context edit; 928 auto_free <char *> result = edit.get_content (tmp.get_filename ()); 940 edit_context edit; 941 auto_free <char *> result = edit.get_content (tmp.get_filename ()); 973 edit_context edit; 1131 edit_context edit; local 1212 edit_context edit; local 1257 edit_context edit; local 1342 edit_context edit; local 1407 edit_context edit; local 1509 edit_context edit; local 1597 edit_context edit; local 1630 edit_context edit; local 1658 edit_context edit; local 1691 edit_context edit; local 1728 edit_context edit; local 1744 edit_context edit; local 1762 edit_context edit; local 1779 edit_context edit; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/ |
| errors.exp | 35 foreach cmd {list edit} {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/ |
| errors.exp | 35 foreach cmd {list edit} {
|
| /src/external/apache2/llvm/dist/clang/include/clang/Edit/ |
| EditsReceiver.h | 17 namespace edit { namespace in namespace:clang 30 } // namespace edit
|
| Rewriters.h | 22 namespace edit { namespace in namespace:clang
|
| /src/external/bsd/wpa/bin/hostapd_cli/ |
| Makefile | 8 SRCS= hostapd_cli.c wpa_ctrl.c os_unix.c eloop.c edit.c wpa_debug.c
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/ |
| main.m | 18 NSMenu *edit; 28 [menu addItemWithTitle: @"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"]]; [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| watch.h | 21 int edit; member in struct:addremove_args 25 /* Are we adding or removing (non-temporary) edit,unedit,and/or commit 29 /* Should we add a temporary edit watch? */
|
| watch.c | 16 #include "edit.h" 27 "-a (add/remove): Specify what actions, one of: `edit', `unedit',\n", 93 mynewattr_size = sizeof "+edit+unedit+commit+tedit+tunedit+tcommit"; 99 add_edit_pending = what->adding && what->edit; 102 remove_edit_pending = !what->adding && what->edit; 123 if (pend - p == 4 && strncmp ("edit", p, 4) == 0) 126 strcat (mynewattr, "+edit"); 177 strcat (mynewattr, "+edit"); 263 the_args.edit = 0; 282 if (strcmp (optarg, "edit") == 0 [all...] |
| /src/external/bsd/wpa/bin/wpa_cli/ |
| Makefile | 8 SRCS= wpa_cli.c wpa_ctrl.c os_unix.c eloop.c edit.c wpa_debug.c common.c
|
| /src/external/bsd/wpa/dist/src/utils/ |
| Makefile | 25 # Pick correct edit implementation 26 LIB_OBJS += edit.o
|
| /src/external/mit/xorg/lib/fontconfig/etc/ |
| fonts.conf | 8 DO NOT EDIT THIS FILE. 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>
|
| /src/distrib/utils/more/ |
| main.c | 77 * Edit a new file. 82 edit(filename) function 194 * Edit the next file in the command line list. 206 (void)edit(av[curr_ac += n]); 210 * Edit the previous file in the command line list. 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) [all...] |
| /src/external/gpl3/gcc.old/usr.bin/common/ |
| defs.mk | 1 # This file is automatically generated. DO NOT EDIT! 5 G_OBJS-libcommon=diagnostic-spec.o diagnostic.o diagnostic-color.o diagnostic-show-locus.o diagnostic-format-json.o json.o edit-context.o pretty-print.o intl.o sbitmap.o vec.o input.o hash-table.o ggc-none.o memory-block.o selftest.o selftest-diagnostic.o sort.o
|
| /src/external/apache2/llvm/dist/clang/lib/Edit/ |
| EditedSource.cpp | 9 #include "clang/Edit/EditedSource.h" 14 #include "clang/Edit/Commit.h" 15 #include "clang/Edit/EditsReceiver.h" 16 #include "clang/Edit/FileOffset.h" 28 using namespace edit; 292 for (edit::Commit::edit_iterator 294 const edit::Commit::Edit &edit = *I; local 295 switch (edit.Kind) [all...] |
| /src/external/bsd/bc/dist/ |
| main.c | 246 edit = el_init ("bc", stdin, stdout, stderr); 248 el_set (edit, EL_EDITOR, "emacs"); 249 el_set (edit, EL_HIST, history, hist); 250 el_set (edit, EL_PROMPT, el_pmtfunc); 251 el_source (edit, NULL);
|