Searched refs:edit (Results 51 - 75 of 132) sorted by relevance

123456

/freebsd-current/crypto/openssl/apps/
H A Dprogs.pl49 * WARNING: do not edit!
79 * WARNING: do not edit!
/freebsd-current/kerberos5/usr.bin/kadmin/
H A DMakefile30 LIBADD= kadm5clnt kadm5srv hdb krb5 roken vers sl asn1 crypto edit
/freebsd-current/kerberos5/usr.sbin/ktutil/
H A DMakefile21 LIBADD= kadm5clnt krb5 roken crypto edit sl vers
/freebsd-current/kerberos5/usr.bin/kcc/
H A DMakefile12 LIBADD= krb5 roken asn1 kafs5 edit sl vers
/freebsd-current/usr.bin/clang/lldb/
H A DMakefile37 LIBADD+= edit
/freebsd-current/usr.bin/less/
H A DMakefile5 decode.c edit.c filename.c forwback.c help.c ifile.c input.c \
/freebsd-current/libexec/flua/
H A DMakefile31 LIBADD+= edit
/freebsd-current/usr.bin/mail/
H A DMakefile4 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
/freebsd-current/usr.bin/chpass/
H A DMakefile7 SRCS= chpass.c edit.c field.c pw_scan.c table.c util.c
/freebsd-current/usr.sbin/ntp/ntpdc/
H A DMakefile20 LIBADD= edit ntp m md opts pthread
/freebsd-current/usr.sbin/ntp/ntpq/
H A DMakefile23 LIBADD+= edit ntp opts m md pthread
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp98 std::unique_ptr<edit::EditedSource> Editor;
132 Editor.reset(new edit::EditedSource(Context.getSourceManager(),
233 const NSAPI &NS, edit::Commit &commit,
324 edit::Commit commit(*Consumer.Editor);
325 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap);
330 edit::Commit commit(*Consumer.Editor);
331 edit::rewriteToObjCSubscriptSyntax(E, *Consumer.NSAPIObj, commit);
336 edit::Commit commit(*Consumer.Editor);
454 const NSAPI &NS, edit::Commit &commit,
661 const NSAPI &NS, edit
[all...]
/freebsd-current/contrib/dialog/
H A Dinputstr.c530 bool edit = TRUE; local
551 edit = force;
608 edit = 0;
612 edit = 0;
619 edit = 0;
622 edit = 0;
630 edit = 0;
642 return edit;
H A Dinputbox.c203 int edit = dlg_edit_string(input, &chr_offset, key, fkey, first); local
205 if (edit) {
H A Dheaders-sh.in149 TMPEDT=$TMPDIR/${SHOW}-edit$$
/freebsd-current/sys/contrib/device-tree/scripts/
H A Dcronjob87 git -c merge.renameLimit=1000000 merge --no-edit upstream/dts
/freebsd-current/usr.bin/clang/lldb-server/
H A DMakefile44 LIBADD+= edit
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h34 // Specifies how to interpret an edit.
43 /// A concrete description of a source edit, represented by a character range in
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);
137 /// Generates a single, no-op edit anchored at the start location of the
142 /// Generates a single, no-op edit wit
[all...]
/freebsd-current/contrib/bmake/
H A Dbsd.after-import.mk87 @(echo '# This is a generated file, do NOT edit!'; \
97 @(echo '# This is a generated file, do NOT edit!'; \
123 @(echo '# This is a generated file, do NOT edit!'; \
/freebsd-current/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h30 namespace edit { namespace in namespace:clang
113 } // namespace edit
/freebsd-current/crypto/openssl/crypto/objects/
H A Dobjxref.pl76 * WARNING: do not edit!
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dcharmap.pl93 * WARNING: do not edit!
/freebsd-current/crypto/openssl/crypto/conf/
H A Dkeysets.pl67 * WARNING: do not edit!
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm63 my ($major,$minor,$edit,$letter) =
66 return ($major,$minor,$edit,$letter);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp61 class RewritesReceiver : public edit::EditsReceiver {
155 edit::Commit commit(Editor);

Completed in 123 milliseconds

123456