Searched refs:edit (Results 26 - 50 of 130) sorted by relevance

123456

/freebsd-13-stable/contrib/dialog/samples/
H A Dbuildlist26 . ./setup-edit
H A Dmenubox126 . ./setup-edit
H A Dtreeview26 . ./setup-edit
/freebsd-13-stable/contrib/ncurses/include/
H A DMKparametrized.sh45 * Note: this file is generated using MKparametrized.sh, do not edit by hand.
H A Dedit_cfg.sh41 TMP=edit$$
56 echo '** edit: '$name $value
/freebsd-13-stable/sys/contrib/device-tree/scripts/
H A Dmerge-new-release.sh30 git merge $auh --no-edit "${v}-raw"
/freebsd-13-stable/usr.bin/ee/
H A DMakefile10 LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit
11 MLINKS= ee.1 ree.1 ee.1 edit.1
/freebsd-13-stable/usr.bin/fortune/tools/
H A Ddo_uniq.py33 def edit(datfile): function
68 edit(args.filename[0])
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp28 using namespace edit;
292 for (edit::Commit::edit_iterator
294 const edit::Commit::Edit &edit = *I; local
295 switch (edit.Kind) {
296 case edit::Commit::Act_Insert:
297 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h34 /// A concrete description of a source edit, represented by a character range in
50 // Description of a source-code edit, expressed in terms of an AST node.
52 // node, a replacement and, optionally, an explanation for the edit.
63 // * Note: (optional) a note specifically for this edit, potentially referencing
68 // edit-specific diagnostics are required.
103 // Convenience form of `editList` for a single edit.
104 EditGenerator edit(ASTEdit);
166 /// Convenience overload of \c makeRule for common case of only one edit.
170 return makeRule(std::move(M), edit(std::move(Edit)), std::move(Explanation));
190 // `applyFirst` is like an `anyOf` matcher with an edit actio
264 withMetadata(ASTEdit edit, llvm::Any Metadata) argument
[all...]
/freebsd-13-stable/kerberos5/libexec/kdigest/
H A DMakefile8 LIBADD= krb5 heimntlm roken crypto edit sl vers
/freebsd-13-stable/kerberos5/usr.bin/hxtool/
H A DMakefile11 LIBADD= hx509 roken asn1 crypto sl vers edit
/freebsd-13-stable/kerberos5/usr.sbin/iprop-log/
H A DMakefile11 LIBADD= kadm5srv hdb krb5 roken edit sl vers
/freebsd-13-stable/kerberos5/usr.sbin/ktutil/
H A DMakefile20 LIBADD= kadm5clnt krb5 roken crypto edit sl vers
/freebsd-13-stable/sbin/fsdb/
H A DMakefile13 LIBADD= edit ufs
/freebsd-13-stable/usr.bin/chpass/
H A Dchpass.h68 struct passwd *edit(const char *, struct passwd *);
/freebsd-13-stable/usr.bin/ftp/
H A DMakefile23 LIBADD= edit
/freebsd-13-stable/usr.bin/mail/
H A Dedit.c34 static char sccsid[] = "@(#)edit.c 8.1 (Berkeley) 6/6/93";
143 char *edit, tempname[PATHSIZE]; local
183 if ((edit = value(type == 'e' ? "EDITOR" : "VISUAL")) == NULL)
184 edit = type == 'e' ? _PATH_EX : _PATH_VI;
185 if (run_command(edit, 0, -1, -1, tempname, NULL) < 0) {
H A Dglob.h46 extern int edit; /* Indicates editing a file */
/freebsd-13-stable/contrib/byacc/
H A Dvmsbuild.com15 $ hlp = f$edit("''p1'", "UPCASE")
49 $ comp = f$edit(p2, "UPCASE")
116 $ if f$edit("''p1'", "UPCASE") .eqs. "VMS_LINK.OPT"
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c58 EditLine *edit; /* libedit stuff */ member in struct:thread_data
297 while ((l = SmartGets(td->edit, &len, td->ppp))) {
594 td.edit = el_init("pppctl", stdin, stdout);
597 td.edit = el_init("pppctl", stdin, stdout, stderr);
599 el_source(td.edit, NULL);
600 el_set(td.edit, EL_PROMPT, GetPrompt);
603 el_set(td.edit, EL_EDITOR, "vi");
605 el_set(td.edit, EL_EDITOR, "emacs");
607 el_set(td.edit, EL_SIGNAL, 1);
608 el_set(td.edit, EL_HIS
[all...]
/freebsd-13-stable/kerberos5/usr.bin/kadmin/
H A DMakefile29 LIBADD= kadm5clnt kadm5srv hdb krb5 roken vers sl asn1 crypto edit
/freebsd-13-stable/kerberos5/usr.bin/kcc/
H A DMakefile11 LIBADD= krb5 roken asn1 kafs5 edit sl vers
/freebsd-13-stable/libexec/flua/
H A DMakefile32 LIBADD+= edit
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h16 namespace edit { namespace in namespace:clang
62 } // namespace edit

Completed in 266 milliseconds

123456