| /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
|
| FileOffset.h | 16 namespace edit { namespace in namespace:clang 62 } // namespace edit
|
| EditedSource.h | 15 #include "clang/Edit/FileOffset.h" 30 namespace edit { namespace in namespace:clang 113 } // namespace edit
|
| Commit.h | 14 #include "clang/Edit/FileOffset.h" 25 namespace edit { namespace in namespace:clang 37 struct Edit { 58 SmallVector<Edit, 8> CachedEdits; 119 using edit_iterator = SmallVectorImpl<Edit>::const_iterator; 150 } // namespace edit
|
| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| stringquery.h | 25 QLineEdit *edit; member in class:StringQuery
|
| /src/usr.bin/chpass/ |
| edit.c | 1 /* $NetBSD: edit.c,v 1.22 2015/10/27 14:47:45 shm Exp $ */ 35 static char sccsid[] = "@(#)edit.c 8.3 (Berkeley) 4/2/94"; 37 __RCSID("$NetBSD: edit.c,v 1.22 2015/10/27 14:47:45 shm Exp $"); 59 edit(char *tempname, struct passwd *pw) function 86 * print out the file for the user to edit; strange side-effect: 87 * set conditional flag if the user gets to edit the shell.
|
| /src/usr.bin/sdiff/ |
| 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/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? */
|
| edit.c | 1 /* Implementation for "cvs edit", "cvs watch on", and related commands 13 __RCSID("$NetBSD: edit.c,v 1.3 2016/05/17 14:00:09 christos Exp $"); 19 #include "edit.h" 426 CVSADM_BASE), then a future "cvs edit" can still win. */ 446 " \t`edit', `unedit', `commit', `all', `none' (defaults to `all').\n", 448 "-f\tAllow edit if <file>s are edited by others (default).\n", 454 edit (int argc, char **argv) function 489 if (strcmp (optarg, "edit") == 0) 536 * the work since we don't want an edit unless we know it is safe. 543 if (!supported_request ("edit")) [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf64-ppc.h | 30 void (*edit) (void); member in struct:ppc64_elf_params
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf64-ppc.h | 30 void (*edit) (void); member in struct:ppc64_elf_params
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf64-ppc.h | 30 void (*edit) (void); member in struct:ppc64_elf_params
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf64-ppc.h | 30 void (*edit) (void); member in struct:ppc64_elf_params
|
| /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/usr.bin/mail/ |
| glob.h | 51 EXTERN int edit; /* Indicates editing a file */ variable
|
| /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/gpl2/rcs/dist/src/ |
| rcsgen.c | 151 enum stringwork { enter, copy, edit, expand, edit_expand }; enumerator in enum:stringwork 173 * Algorithm: Copy initial revision unchanged. Then edit all revisions but 197 scandeltatext(deltas->first, edit, false); 203 scandeltatext(target, expandflag?edit_expand:edit, true); 260 case edit: editstring((struct hshentry *)0); break;
|
| /src/usr.bin/error/ |
| touch.c | 82 static bool edit(const char *); 429 dest = edit(name) ? TOSTDOUT : TOTHEFILE; 574 edit(const char *name) function
|
| /src/external/bsd/less/dist/ |
| edit.c | 1 /* $NetBSD: edit.c,v 1.5 2023/10/06 05:49:49 simonb Exp $ */ 362 * the same position if we edit this file again. 392 * Edit a new file (given its name). 396 public int edit(char *filename) function 432 * Edit a new file (given its IFILE). 682 * Edit a space-separated list of files. 684 * Then edit the first one. 716 if (edit(qfilename) == 0 && good_filename == NULL) 723 * Edit the first valid filename in the list. 733 * Trying to edit the current file; don't reopen it [all...] |
| /src/external/bsd/pdisk/dist/ |
| pdisk.c | 138 void edit(char *name, int ask_logical_size); 209 edit(argv[name_index++], 0); 265 printf(" e edit device's map\n"); 266 printf(" E (edit map with specified block size)\n"); 306 edit(name, ask_logical_size); 521 // Edit the file 524 edit(char *name, int ask_logical_size) function 537 printf("Edit %s -\n", name); 995 printf(" q return to main edit menu\n");
|
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 37 ;; "Major mode for translators to edit PO files" t) 100 (defcustom po-auto-edit-with-msgid nil 105 (defcustom po-auto-fuzzy-on-edit nil 613 ;; an list of "slots" of the form: (ENTRY-MARKER EDIT-BUFFER OVERLAY-INFO). 616 ;; the msgstr line if the msgstr is being edited. EDIT-BUFFER is the 617 ;; temporary Emacs buffer used to edit the string. OVERLAY-INFO, when not 619 ;; markers) for this msgid string which became highlighted for the edit. 678 TAB Remove fuzzy mark k K Kill to E Edit out full 689 M-s Select reference C-c C-a Select file *M-l Add/edit translation 765 ["Edit msgstr" po-edit-msgst [all...] |
| /src/usr.bin/diff3/ |
| diff3.c | 146 static int edit(struct diff *, bool, int, int); 337 j = edit(d2, dup, j, DIFF_TYPE2); 374 j = edit(d1, dup, j, DIFF_TYPE3); 534 edit(struct diff *diff, bool dup, int j, int difftype) function 623 * Output an edit script to turn mine into yours, when there is a conflict
|
| /src/usr.sbin/edquota/ |
| edquota.c | 1275 edit(const char *fs, int idtype, char **names, int numnames) function 1392 edit(fs, idtype, argv, argc);
|
| /src/external/gpl2/diffutils/dist/src/ |
| sdiff.c | 62 static bool edit (struct line_filter *, char const *, lin, lin, struct line_filter *, char const *, lin, lin, FILE *); 902 /* interpret an edit command */ 904 edit (struct line_filter *left, char const *lname, lin lline, lin llen, 1175 if (! edit (left, lname, lline, llen, 900 edit (struct line_filter *left, char const *lname, lin lline, lin llen, function
|