Home
last modified time | relevance | path

Searched defs:undo (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/bin/ed/
H A Ded.h61 typedef struct undo { struct
72 } undo_t; argument
/openbsd-src/sys/sys/
H A Dsem.h120 struct undo { struct
121 un_adjvalsem_undo::undo global() argument
122 un_numsem_undo::undo global() argument
123 un_idsem_undo::undo global() argument
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcombine.c319 struct undo struct
321 struct undo *next; argument
335 struct undo *undos; argument
786 struct undo *undo, *next; local
2912 struct undo *undo, *next; in undo_all() local
2939 struct undo *undo, *next; in undo_commit() local
/openbsd-src/gnu/gcc/gcc/
H A Dcombine.c349 struct undo struct
351 struct undo *next; argument
365 struct undo *undos; argument
979 struct undo *undo, *next; in combine_instructions() local
3420 struct undo *undo, *next; in undo_all() local
3453 struct undo *undo, *next; in undo_commit() local
/openbsd-src/usr.bin/mg/
H A Dundo.c482 undo(int f, int n) in undo() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2816 void undo() override { in undo() function in __anon88ab83af0a11::TypePromotionTransaction::InstructionMoveBefore
2842 void undo() override { in undo() function in __anon88ab83af0a11::TypePromotionTransaction::OperandSetter
2874 void undo() override { in undo() function in __anon88ab83af0a11::TypePromotionTransaction::OperandsHider
2900 void undo() override { in undo() function in __anon88ab83af0a11::TypePromotionTransaction::TruncBuilder
2926 void undo() override { in undo() function in __anon88ab83af0a11::TypePromotionTransaction::SExtBuilder
2953 void undo() override { in undo() function in __anon88ab83af0a11::TypePromotionTransaction::ZExtBuilder
2975 void undo() override { in undo() function in __anon88ab83af0a11::TypePromotionTransaction::TypeMutator
3027 void undo() override { in undo() function in __anon88ab83af0a11::TypePromotionTransaction::UsesReplacer
3078 void undo() override { in undo() function in __anon88ab83af0a11::TypePromotionTransaction::InstructionRemover
/openbsd-src/bin/ksh/
H A Dvi.c160 static struct edstate *undo; variable