HomeSort by: relevance | last modified time | path
    Searched defs:CHANGE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
ex_append.c 33 enum which {APPEND, CHANGE, INSERT};
52 * Change one or more lines to the input text.
59 return (ex_aci(sp, cmdp, CHANGE));
77 * Append, change, insert in ex.
95 * If doing a change, replace lines for as long as possible. Then,
107 if ((cmd == CHANGE || cmd == INSERT) && lno != 0)
114 if (cmd == CHANGE && cmdp->addr1.lno != 0 &&
237 * change and insert.
  /src/external/gpl2/diffutils/dist/src/
diff3.c 74 CHANGE, /* Two way diff change */
996 case CHANGE:
1021 if (dt == CHANGE)
1024 fatal ("invalid diff format; invalid change separator");
1114 type = CHANGE;
1575 /* Write out an add or change */
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 77 CHANGE, /* Two way diff change */
1125 case CHANGE:
1148 if (dt == CHANGE)
1151 diff3_fatal ("invalid diff format; invalid change separator");
1241 type = CHANGE;
1677 /* Write out an add or change */
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 110 // base can change which instructions act as re-ordering hazards for
864 CHANGE,
869 struct change struct in struct:stp_change_builder
883 change get_change () const
889 m_insns[0] == m_repurpose ? action::CHANGE : action::TOMBSTONE,
894 m_insns[1] == m_repurpose ? action::CHANGE : action::TOMBSTONE,
963 // If non-null, this is a candidate insn to change into an stp. Otherwise we
1134 // in PATS. Return an rtx that represents the overall change to the
1352 insn_change change (use_insn);
1353 change.new_uses = {}
1942 insn_change *change; local
2037 auto change = make_change (use->insn ()); local
    [all...]

Completed in 29 milliseconds