/freebsd/share/doc/usd/11.vitut/ |
H A D | edittut.ms | 34 .EH 'USD:11-%''Edit: A Tutorial' 35 .OH 'Edit: A Tutorial''USD:11-%' 41 \f3\s+2Edit: A Tutorial\s0\f1 62 .I edit 69 Edit, 94 Asking for \fIedit\fR\ \ \ 4 98 Messages from \fIedit\fR\ \ \ 5 165 .I edit. 166 Creating text using edit is as easy as typing it 218 .IP edit [all …]
|
H A D | Makefile | 1 VOLUME= usd/11.edit 6 # index for versatec is different from the one in edit.tut 9 # you should just use the index in edit.tut, and ignore editvindex. 12 # ${TROFF} ${MACROS} -n22 edit.vindex
|
/freebsd/contrib/libedit/ |
H A D | editline.7 | 286 typed are appended to the edit buffer. 287 In that case, the edit buffer is returned to the program after a 327 Clear the screen and display the edit buffer at the top. 340 edit buffer. 341 In vi mode, the last character in the edit buffer is deleted in 346 It is an error if the cursor is at the beginning of the edit buffer. 352 It is an error if the cursor is at the beginning of the edit buffer. 361 Discard the edit buffer and indicate end of file to the program. 372 Failure to enlarge the edit buffer also results in an error. 379 edit buffer. [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | 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 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() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 34 static Expected<SmallVector<transformer::Edit, 1>> 36 SmallVector<transformer::Edit, 1> Edits; in translateEdits() 48 // equivalent to `flatten(edit(A), edit(B))`. The former will abort if `A` in translateEdits() 51 return SmallVector<Edit, 0>(); in translateEdits() 52 transformer::Edit T; in translateEdits() 84 EditGenerator transformer::edit(ASTEdit Edit) { in edit() function in transformer 85 return [Edit = std::move(Edit)](const MatchResult &Result) { in edit() 86 return translateEdits(Result, {Edit}); in edit() 92 -> Expected<SmallVector<transformer::Edit, 1>> { in noopEdit() 100 Edit E; in noopEdit() [all …]
|
/freebsd/share/doc/usd/13.viref/ |
H A D | set.opt.roff | 180 .CO edit , 214 .CO edit , 302 This option adds the ability to edit the colon command-line history. 324 parsing rules, it can be difficult to set the colon command-line edit 335 edit option is set to the same character as the 337 edit option, 435 edit command was done. 464 edit option is set to the same character as the 466 edit option, 493 edit option makes all Regular Expressions case-insensitive, [all …]
|
H A D | ex.cmd.roff | 647 .KY edit 650 Edit a different file. 669 .CO Edit 674 mode, will edit the file in a new screen. 1032 Edit the next file from the argument list. 1048 mode, will set the argument list and edit the file in a new screen. 1053 .CO edit 1098 Edit the previous file from the argument list. 1111 mode, will edit the file in a new screen. 1116 .CO edit [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | siphash.c | 18 * Edited slightly for integration in Unbound. Edits are noted with 'EDIT'. 20 /** EDIT 29 /** EDIT 104 /** EDIT in siphash() 130 /** EDIT annotate case statement fallthrough for gcc */ in siphash() 135 /** EDIT annotate case statement fallthrough for gcc */ in siphash() 140 /** EDIT annotate case statement fallthrough for gcc */ in siphash() 145 /** EDIT annotate case statement fallthrough for gcc */ in siphash() 150 /** EDIT annotate case statement fallthrough for gcc */ in siphash() 155 /** EDIT annotate case statement fallthrough for gcc */ in siphash()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 34 // Specifies how to interpret an edit. 43 /// A concrete description of a source edit, represented by a character range in 45 struct Edit { struct 63 using EditGenerator = MatchConsumer<llvm::SmallVector<Edit, 1>>; argument 71 // Description of a source-code edit, expressed in terms of an AST node. 73 // node, a replacement and, optionally, an explanation for the edit. 84 // * Note: (optional) a note specifically for this edit, potentially referencing 89 // edit-specific diagnostics are required. 120 /// Generates a single (specified) edit. 121 EditGenerator edit(ASTEdit E); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 368 Edit = &LRE; in reset() 381 Edit->anyRematerializable(); in reset() 442 auto &PS = getSubRangeForMask(S.LaneMask, Edit->getParent()); in addDeadDef() 477 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI"); in defValue() 478 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defValue() 521 addDeadDef(LIS.getInterval(Edit->get(RegIdx)), VNI, false); in forceRecompute() 562 LiveInterval &DestLI = LIS.getInterval(Edit->get(RegIdx)); in buildCopy() 596 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defFromParent() 603 Register Original = VRM.getOriginal(Edit->get(RegIdx)); in defFromParent() 612 if (Edit->canRematerializeAt(RM, OrigVNI, UseIdx, true)) { in defFromParent() [all …]
|
/freebsd/contrib/dialog/samples/ |
H A D | editbox | 9 . ./setup-edit 12 Hi, this is an edit box. It can be used to edit text from a file. 41 $DIALOG --title "EDIT BOX" \ 45 . ./report-edit
|
H A D | editbox4 | 9 . ./setup-edit 12 Hi, this is an edit box. It can be used to edit text from a file. 41 $DIALOG --title "EDIT BOX" \ 45 . ./report-edit
|
H A D | editbox2 | 7 . ./setup-edit 10 Hi, this is an edit box. It can be used to edit text from a file. 39 $DIALOG --title "EDIT BOX" \ 45 . ./report-edit
|
H A D | editbox-utf8 | 10 . ./setup-edit 13 Hi, this is a edit box. You can use this to 31 $DIALOG --title "EDIT BOX" \ 35 . ./report-edit
|
H A D | editbox3 | 7 . ./setup-edit 12 $DIALOG --title "EDIT BOX" \ 18 . ./report-edit
|
/freebsd/libexec/bootpd/ |
H A D | Installation | 14 Edit (or create) the bootptab: 16 edit /etc/bootptab 18 Edit /etc/services to add these two lines: 22 Edit /etc/inetd.conf to add the line:
|
/freebsd/share/doc/usd/12.vi/summary/ |
H A D | vi.summary | 76 % ex \fIname\fP edit \fIname\fP, start at end 81 % ex \fIname\fP ... edit first; rest via \fB:n\fP 112 edit e quit q xit x 211 % vi \fIname\fP edit \fIname\fP at top 216 % vi \fIname\fP ... edit first; rest via \fB:n\fP 288 :e \fIname\fP edit file \fIname\fP 290 :e + \fIname\fP edit, starting at end 291 :e +\fIn\fR edit starting at line \fIn\fR 292 :e # edit alternate file 298 :n edit next file in arglist
|
/freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | Commit.h | 14 #include "clang/Edit/FileOffset.h" 25 namespace edit { 37 struct Edit { struct 58 SmallVector<Edit, 8> CachedEdits; argument 119 using edit_iterator = SmallVectorImpl<Edit>::const_iterator; 150 } // namespace edit
|
/freebsd/share/doc/usd/10.exref/summary/ |
H A D | ex.summary | 50 Ex/Edit Command Summary (Version 2.0) 59 .I edit 63 .I Edit 76 .I edit 81 Edit: A Tutorial 88 both \fIedit\fP and \fIex\fP). 210 .I edit 235 For \fIedit\fR, these are ``^'' and ``$'', 321 \fBedit \fIfile\fP 323 \fBedit! \fIfile\fP [all …]
|
/freebsd/usr.bin/mail/ |
H A D | edit.c | 43 * Edit a message list. 63 * Edit a message by writing the message into a funnily-named file 85 printf("Edit message %d [ynq]? ", msgvec[i]); in edit1() 135 char *edit, tempname[PATHSIZE]; in run_editor() local 175 if ((edit = value(type == 'e' ? "EDITOR" : "VISUAL")) == NULL) in run_editor() 176 edit = type == 'e' ? _PATH_EX : _PATH_VI; in run_editor() 177 if (run_command(edit, 0, -1, -1, tempname, NULL) < 0) { in run_editor()
|
/freebsd/usr.sbin/bsdconfig/ |
H A D | bsdconfig.8 | 125 Shortcut to the Edit/View Groups menu under groupmgmt. 164 Shortcut to the Add New menu under the View/Edit Startup Configuration menu 167 Shortcut to the View/Edit Startup Configuration menu under startup. 169 Shortcut to the Delete menu under the View/Edit Startup Configuration menu 199 Edit the 207 Shortcut to the Edit/View Users menu under usermgmt. 209 Utilities to Add/Edit/View/Delete User Accounts.
|
/freebsd/contrib/less/ |
H A D | edit.c | 361 * the same position if we edit this file again. in close_file() 391 * Edit a new file (given its name). 395 public int edit(constant char *filename) in edit() 429 * Edit a new file (given its IFILE). 674 * Edit a space-separated list of files. in edit_ifile() 676 * Then edit the first one. 708 if (edit(qfilename) == 0 && good_filename == NULL) in edit_list() 715 * Edit the first valid filename in the list. in edit_list() 725 * Trying to edit the current file; don't reopen it. in edit_list() 731 return (edit(good_filenam in edit_list() 392 public int edit(char *filename) edit() function [all...] |
H A D | README | 89 If you wish, you may edit defines.h to remove some optional features. 91 wish to edit the manual page "less.nro" and the help page "less.hlp" 93 If you edit less.hlp, you should run "make -f Makefile.aut help.c". 140 4. If you wish, you may edit DEFINES.DS to remove some optional features. 142 wish to edit the manual page LESS.MAN and the help page HELP.C 170 4. If you wish, you may edit defines.wn to remove some optional features. 172 wish to edit the manual page less.man and the help page help.c 197 4. If you wish, you may edit defines.o2 to remove some optional features. 199 wish to edit the manual page less.man and the help page help.c 231 4. If you wish, you may edit defines.o9 to remove some optional features. [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | labels.yml | 19 gh pr edit $ISSUE --add-label "Status: Work in Progress" 29 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status… 39 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Code Review Needed,Status: Inactive,Sta… 49 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status…
|
/freebsd/usr.sbin/bsdconfig/usermgmt/include/ |
H A D | messages.subr | 53 msg_edit_date_time_with_a_calendar="Edit date/time with a calendar" 54 msg_edit_group="Edit/View Group" 55 msg_edit_login="Edit/View Login" 56 msg_edit_view="Edit/View" 60 msg_enter_value_manually="Edit value manually"
|