Searched refs:edit (Results 101 - 125 of 131) sorted by relevance

123456

/freebsd-current/contrib/diff/src/
H A Dsdiff.c58 static bool edit (struct line_filter *, char const *, lin, lin, struct line_filter *, char const *, lin, lin, FILE *);
866 e:\tDiscard both versions then edit a new one.\n\
902 /* interpret an edit command */
904 edit (struct line_filter *left, char const *lname, lin lline, lin llen,
1176 if (! edit (left, lname, lline, llen,
900 edit (struct line_filter *left, char const *lname, lin lline, lin llen, function
/freebsd-current/contrib/dialog/
H A Dformbox.c610 int edit = FALSE; local
870 edit = dlg_edit_string(current->text, &chr_offset, key,
872 if (edit) {
H A Dfselect.c919 int edit = dlg_edit_string(input, &offset, key, fkey, first); local
921 if (edit) {
/freebsd-current/contrib/less/
H A Dcommand.c1732 (void) edit(FAKE_HELPFILE);
1761 error("Cannot edit standard input", NULL_PARG);
1842 if (edit(tagfile) == 0)
1867 if (edit(tagfile) == 0)
H A Dtags.c375 return (edit(curtag->tag_file));
H A Dfuncs.h120 public int edit(char *filename);
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest.cc1415 void PushLine(char edit, const char* line) {
1416 switch (edit) {
1491 // Find first edit.
1515 // There is no next edit or it is too far away.
1520 EditType edit = edits[edit_i];
1522 n_suffix = edit == kMatch ? n_suffix + 1 : 0;
1524 if (edit == kMatch || edit == kRemove || edit == kReplace) {
1525 hunk.PushLine(edit
[all...]
/freebsd-current/sbin/bsdlabel/
H A Dbsdlabel.c74 static int edit(void);
106 static int allfields; /* present all fields in edit */
240 error = edit();
597 fprintf(f, " # \"raw\" part, don't edit");
606 edit(void) function
637 printf("re-edit the label? [y]: ");
1512 "\t\t(to edit label)",
/freebsd-current/share/mk/
H A Dgendirdeps.mk388 @(${GENDIRDEPS_HEADER} echo '# Autogenerated - do NOT edit!'; echo; \
409 @(${GENDIRDEPS_HEADER} echo '# Autogenerated - do NOT edit!'; echo; \
H A Dsrc.libnames.mk139 edit \
H A Ddirdeps.mk594 +@{ echo '# Autogenerated - do NOT edit!'; echo; \
/freebsd-current/usr.bin/mail/
H A Dquit.c82 if (edit) {
H A Dcmd3.c286 if (edit) {
287 printf("Cannot \"preserve\" in edit mode\n");
/freebsd-current/contrib/bmake/mk/
H A Dgendirdeps.mk388 @(${GENDIRDEPS_HEADER} echo '# Autogenerated - do NOT edit!'; echo; \
409 @(${GENDIRDEPS_HEADER} echo '# Autogenerated - do NOT edit!'; echo; \
H A Ddirdeps-cache-update.mk68 -e '/Autogenerated/s,-.*,- edit with care!,' \
/freebsd-current/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp22 using namespace edit;
/freebsd-current/contrib/ncurses/
H A Ddist.mk34 # to a new version number, just edit this file and run configure.
/freebsd-current/usr.sbin/etcupdate/
H A Detcupdate.sh932 edit=
936 echo -n "Select: (p) postpone, (df) diff-full, (e) edit,"
954 (e) edit - change merged file in an editor
/freebsd-current/crypto/openssh/
H A Dbuildpkg.sh.in40 POST_PROTOTYPE_EDITS=./pkg-post-prototype-edit.sh
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2455 const NSAPI &, edit::Commit &)) {
2461 edit::Commit ECommit(SM, S.LangOpts);
2468 for (edit::Commit::edit_iterator
2470 const edit::Commit::Edit &Edit = *I;
2472 case edit::Commit::Act_Insert:
2477 case edit::Commit::Act_InsertFromRange:
2483 case edit::Commit::Act_Remove:
2493 edit::rewriteObjCRedundantCallWithLiteral);
/freebsd-current/contrib/wpa/hostapd/
H A DAndroid.mk1113 OBJS_c += src/utils/edit.c
/freebsd-current/contrib/ee/
H A Dee.c152 int edit; /* continue executing while true */ variable
578 edit = TRUE;
608 while(edit)
2386 /* prepare to exit edit session */
3234 | the child of the edit process.
5187 spell_in_prog_msg = catgetlocal( 111, "sending contents of edit buffer to 'spell'");
/freebsd-current/contrib/byacc/
H A Dconfigure7668 # want to keep, you may remove or edit it.
8154 grep '^s,@[^@,][^@,]*@,.*\\$' "$tmp"/subs.next >"$tmp"/subs.edit
8155 if test ! -s "$tmp"/subs.edit; then
8156 grep "^s,@[^@,][^@,]*@,.*,;t t$" "$tmp"/subs.next >"$tmp"/subs.edit
8157 if test ! -s "$tmp"/subs.edit; then
/freebsd-current/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1503 OBJS_c += src/utils/edit.c
/freebsd-current/contrib/ldns/
H A DMakefile.in35 edit = sed \
174 $(edit) $(srcdir)/drill/drill.1.in > drill/drill.1
222 $(edit) $(srcdir)/examples/ldns-dane.1.in > examples/ldns-dane.1
225 $(edit) $(srcdir)/examples/ldns-verify-zone.1.in > examples/ldns-verify-zone.1

Completed in 351 milliseconds

123456