Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 25 of 42) sorted by relevance

12

/minix/external/bsd/nvi/dist/common/
H A Dvi_rec.c74 if (sp->state.undo == UNDO_SETLINE) {
242 __vi_log_traverse(SCR *sp, undo_t undo, MARK *rp) in __vi_log_traverse() argument
256 sp->state.undo = undo; in __vi_log_traverse()
265 if (undo == UNDO_FORWARD) { in __vi_log_traverse()
285 if (undo == UNDO_SETLINE && in __vi_log_traverse()
288 undo = UNDO_BACKWARD; in __vi_log_traverse()
292 if (undo == UNDO_BACKWARD) in __vi_log_traverse()
H A Dlog.h29 undo_t undo; member
/minix/external/bsd/llvm/dist/llvm/test/Transforms/SimplifyCFG/
H A D2007-12-21-Crash.ll12 %undo.0.ph = phi i32 [ 0, %entry ], [ 1, %bb5.outer.loopexit ] ; <i32> [#uses=1]
24 %tmp12 = tail call i32 (...)* @bar( i32 %undo.0.ph ) nounwind ; <i32> [#uses=0]
/minix/bin/ed/
H A DMakefile9 SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
H A DPOSIX77 2) Since the behavior of `u' (undo) within a `g' (global) command list is
79 undo forces a global command list to be executed only once, rather than
82 undo's) in the command list. This seems the best way, since the
86 The global/undo combination is useful for masking errors that
H A Ded.h81 typedef struct undo { struct
/minix/bin/ksh/
H A Dvi.c158 static struct edstate *undo; variable
748 undo->winleft = es->winleft;
750 undo->linelen = es->linelen;
751 undo->cursor = es->cursor;
1017 es = undo;
1018 undo = t;
1460 undo = &undobuf;
1461 undo->cbufsize = len;
1463 es->linelen = undo->linelen = 0;
1464 es->cursor = undo->cursor = 0;
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dppc64-crash.ll3 ; ModuleID = 'undo.c'
/minix/external/bsd/nvi/docs/
H A Dhelp22 u - undo the last change (enter . after a 'u' to undo more than one change)
118 u undo last change
192 undo: undo the most recent change
/minix/external/bsd/nvi/docs/internals/
H A Dcontext9 ex commands: undo, "z.", global, v
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dforce-align-stack-alloca.ll35 ; Next we set up the memset call, and then undo it.
H A Dcodegen-prepare-addrmode-sext.ll254 ; Each type of those promotions has to be undo at least once during this
271 ; Test the InstructionRemover undo, which was the only one not
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1451 void undo() override { in undo() function in __anon8f33d8c30211::TypePromotionTransaction::InstructionMoveBefore
1476 void undo() override { in undo() function in __anon8f33d8c30211::TypePromotionTransaction::OperandSetter
1508 void undo() override { in undo() function in __anon8f33d8c30211::TypePromotionTransaction::OperandsHider
1532 void undo() override { in undo() function in __anon8f33d8c30211::TypePromotionTransaction::TruncBuilder
1557 void undo() override { in undo() function in __anon8f33d8c30211::TypePromotionTransaction::SExtBuilder
1582 void undo() override { in undo() function in __anon8f33d8c30211::TypePromotionTransaction::ZExtBuilder
1604 void undo() override { in undo() function in __anon8f33d8c30211::TypePromotionTransaction::TypeMutator
1642 void undo() override { in undo() function in __anon8f33d8c30211::TypePromotionTransaction::UsesReplacer
1686 Replacer->undo(); in undo()
1687 Hider.undo(); in undo()
[all …]
H A DREADME.txt137 collector. Still, LLVM optimizations would probably undo a front-end's careful
/minix/common/lib/libc/arch/sparc64/string/
H A Dmemset.S158 * On exiting this routine we undo the damage: restore the original
/minix/external/bsd/llvm/dist/clang/docs/
H A DClangFormat.rst112 or save any files. To revert a formatting, just undo.
/minix/external/bsd/llvm/dist/llvm/test/Transforms/ObjCARC/
H A Drv.ll161 ; could undo the retain.
/minix/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Ddes_enc-sparc.S1186 ! initially undo the rotate 3 left done after initial permutation
1375 ! initially undo the rotate 3 left done after initial permutation
1714 ! initially undo the rotate 3 left done after initial permutation
1933 ! initially undo the rotate 3 left done after initial permutation
2777 ! initially undo the rotate 3 left done after initial permutation
3280 ! initially undo the rotate 3 left done after initial permutation
4195 ! initially undo the rotate 3 left done after initial permutation
4704 ! initially undo the rotate 3 left done after initial permutation
/minix/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Ddes_enc-sparc.S1186 ! initially undo the rotate 3 left done after initial permutation
1375 ! initially undo the rotate 3 left done after initial permutation
1714 ! initially undo the rotate 3 left done after initial permutation
1933 ! initially undo the rotate 3 left done after initial permutation
2777 ! initially undo the rotate 3 left done after initial permutation
3280 ! initially undo the rotate 3 left done after initial permutation
4195 ! initially undo the rotate 3 left done after initial permutation
4704 ! initially undo the rotate 3 left done after initial permutation
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce/X86/
H A Divchain-X86.ll94 ; chaining feature should now undo the damage.
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A Dregengine.inc646 case OLPAREN: /* must undo assignment if rest fails */
657 case ORPAREN: /* must undo assignment if rest fails */
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce/ARM/
H A Divchain-ARM.ll77 ; chaining feature should now undo the damage.
/minix/external/bsd/dhcp/dist/
H A Daclocal.m4962 [less verbose build output (undo: "make V=1")])
965 [verbose build output (undo: "make V=0")])dnl
/minix/external/bsd/file/dist/
H A Daclocal.m41040 [less verbose build output (undo: "make V=1")])
1043 [verbose build output (undo: "make V=0")])dnl
/minix/external/bsd/nvi/dist/docs/vi.ref/
H A Dex.cmd.texi826 @CO{undo}
1701 @cindex undo

12