Home
last modified time | relevance | path

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

1234

/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A Dtoolbar.tml12 - item edit-changes-undo
31 'item edit-changes-undo',
/openbsd/gnu/lib/libreadline/shlib/
H A DMakefile.in112 $(topdir)/undo.c $(topdir)/macro.c $(topdir)/input.c \
130 util.so kill.so undo.so macro.so input.so callback.so terminal.so \
287 undo.so: $(topdir)/ansi_stdlib.h
288 undo.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
289 undo.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
290 undo.so: $(topdir)/rltypedefs.h
291 undo.so: $(topdir)/tilde.h $(topdir)/history.h
329 undo.so: $(topdir)/rlprivate.h
354 undo.so: $(topdir)/xmalloc.h
395 undo.so: $(topdir)/undo.c
[all …]
/openbsd/sys/sys/
H A Dsem.h120 struct undo { struct
174 #define SEMUSZ (sizeof(struct sem_undo)+sizeof(struct undo)*SEMUME)
/openbsd/gnu/lib/libreadline/
H A DMakefile.in95 $(srcdir)/undo.c $(srcdir)/macro.c $(srcdir)/input.c \
113 util.o kill.o undo.o macro.o input.o callback.o terminal.o \
373 undo.o: ansi_stdlib.h
374 undo.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
375 undo.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
376 undo.o: history.h rlstdc.h
412 undo.o: rlprivate.h
437 undo.o: xmalloc.h
478 undo.o: $(srcdir)/undo.c
512 undo.o: undo.c
H A DMakefile5 bind.c isearch.c display.c signals.c util.c kill.c undo.c macro.c \
H A DMANIFEST66 undo.c f
/openbsd/bin/ed/
H A DPOSIX65 2) Since the behavior of `u' (undo) within a `g' (global) command list is
67 undo forces a global command list to be executed only once, rather than
70 undo's) in the command list. This seems the best way, since the
74 The global/undo combination is useful for masking errors that
H A DMakefile4 SRCS= buf.c glbl.c io.c main.c re.c sub.c undo.c
H A Ded.h61 typedef struct undo { struct
/openbsd/bin/ksh/
H A Dvi.c160 static struct edstate *undo; variable
715 undo->winleft = es->winleft; in vi_cmd()
717 undo->linelen = es->linelen; in vi_cmd()
718 undo->cursor = es->cursor; in vi_cmd()
1012 es = undo; in vi_cmd()
1013 undo = t; in vi_cmd()
1432 undo = &undobuf; in edit_reset()
1433 undo->cbufsize = len; in edit_reset()
1435 es->linelen = undo->linelen = 0; in edit_reset()
1436 es->cursor = undo->cursor = 0; in edit_reset()
[all …]
/openbsd/distrib/special/ed/
H A DMakefile4 SRCS= buf.c glbl.c io.c main.c re.c sub.c undo.c
/openbsd/usr.bin/vi/docs/
H A Dhelp22 u - undo the last change (enter . after a 'u' to undo more than one change)
118 u undo last change
188 undo: undo the most recent change
/openbsd/usr.bin/mg/
H A DMakefile20 undo.c util.c version.c window.c word.c yank.c
H A Dkeymap.c191 undo /* u */
393 undo /* ^_ */
H A Dfunmap.c225 {undo, "undo", 0},
H A Dundo.c482 undo(int f, int n) in undo() function
H A Ddef.h710 int undo(int, int);
/openbsd/usr.bin/vi/docs/internals/
H A Dcontext11 ex commands: undo, "z.", global, v
/openbsd/gnu/gcc/gcc/
H A Dcombine.c349 struct undo struct
979 struct undo *undo, *next; in combine_instructions() local
980 for (undo = undobuf.frees; undo; undo = next) in combine_instructions()
983 free (undo); in combine_instructions()
3420 struct undo *undo, *next; in undo_all() local
3422 for (undo = undobuf.undos; undo; undo = next) in undo_all()
3428 *undo->where.r = undo->old_contents.r; in undo_all()
3431 *undo->where.i = undo->old_contents.i; in undo_all()
3434 PUT_MODE (*undo->where.r, undo->old_contents.m); in undo_all()
3453 struct undo *undo, *next; in undo_commit() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcombine.c319 struct undo struct
475 buf = (struct undo *) xmalloc (sizeof (struct undo));
786 struct undo *undo, *next; local
787 for (undo = undobuf.frees; undo; undo = next)
790 free (undo);
2912 struct undo *undo, *next; in undo_all() local
2914 for (undo = undobuf.undos; undo; undo = next) in undo_all()
2918 *undo->where.i = undo->old_contents.i; in undo_all()
2920 *undo->where.r = undo->old_contents.r; in undo_all()
2939 struct undo *undo, *next; in undo_commit() local
[all …]
/openbsd/gnu/lib/libreadline/doc/
H A Drltech.texinfo447 to reset the terminal. This function should undo the effects of
510 Readline is performing an undo.
759 Supporting the undo command is a painless thing, and makes your
761 something if you know you can undo it.
780 tells what to undo, not how to undo it. @code{UNDO_BEGIN} and
785 Begins saving undo information in a group construct. The undo
803 Free the existing undo list.
808 nothing to undo, non-zero if something was undone.
818 single undo unit. It is assumed that you will subsequently modify
1015 If @var{clear_undo} is non-zero, the undo list associated with the
[all …]
/openbsd/gnu/gcc/gcc/config/c4x/
H A Dlibgcc.S118 ldf -1.0, r1 ; undo complement sign bit
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dlibgcc.S118 ldf -1.0, r1 ; undo complement sign bit
/openbsd/sys/kern/
H A Dsysv_sem.c118 struct undo *sunptr; in semundo_adjust()
187 struct undo *sunptr; in semundo_clear()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DREADME.txt137 collector. Still, LLVM optimizations would probably undo a front-end's careful

1234