| /openbsd-src/gnu/lib/libreadline/shlib/ |
| H A D | Makefile.in | 112 $(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-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
| H A D | toolbar.tml | 12 - item edit-changes-undo 31 'item edit-changes-undo',
|
| /openbsd-src/sys/sys/ |
| H A D | sem.h | 22 #define KERN_SEMINFO_SEMMNU 3 /* int: # of undo structures in system */ 25 #define KERN_SEMINFO_SEMUME 6 /* int: max undo entries per process */ 26 #define KERN_SEMINFO_SEMUSZ 7 /* int: size in bytes of struct undo */ 117 SLIST_ENTRY(sem_undo) un_next; /* ptr to next active undo structure */ 120 struct undo { struct 124 } un_ent[1]; /* undo entries */ 133 semmnu, /* # of undo structures in system */ 136 semume, /* max # of undo entries per process */ 137 semusz, /* size in bytes of undo structure */ 159 #define SEMUME 10 /* max # of undo entrie 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/lib/libreadline/ |
| H A D | Makefile.in | 95 $(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 D | Makefile | 5 bind.c isearch.c display.c signals.c util.c kill.c undo.c macro.c \
|
| H A D | MANIFEST | 66 undo.c f
|
| /openbsd-src/bin/ed/ |
| H A D | POSIX | 65 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 D | Makefile | 4 SRCS= buf.c glbl.c io.c main.c re.c sub.c undo.c
|
| H A D | ed.h | 61 typedef struct undo { struct
|
| /openbsd-src/bin/ksh/ |
| H A D | vi.c | 160 static struct edstate *undo; variable 561 if (es->cursor == undo->cursor) { in vi_insert() 577 if (insert == REPLACE && es->cursor < undo->linelen) in vi_insert() 578 memcpy(es->cbuf + tcursor, undo->cbuf + tcursor, in vi_insert() 715 undo->winleft = es->winleft; in vi_cmd() 716 memmove(undo->cbuf, es->cbuf, es->linelen); 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() [all …]
|
| /openbsd-src/distrib/special/ed/ |
| H A D | Makefile | 4 SRCS= buf.c glbl.c io.c main.c re.c sub.c undo.c
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | help | 22 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-src/usr.bin/mg/ |
| H A D | Makefile | 20 undo.c util.c version.c window.c word.c yank.c
|
| H A D | keymap.c | 191 undo /* u */ 393 undo /* ^_ */
|
| H A D | funmap.c | 225 {undo, "undo", 0},
|
| H A D | def.h | 710 int undo(int, int);
|
| H A D | undo.c | 482 undo(int f, int n) in undo() function
|
| /openbsd-src/usr.bin/vi/docs/internals/ |
| H A D | context | 11 ex commands: undo, "z.", global, v
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | combine.c | 349 struct undo struct 351 struct undo *next; argument 365 struct undo *undos; argument 366 struct undo *frees; 485 struct undo *buf; in do_SUBST() 519 buf = XNEW (struct undo); in do_SUBST() 538 struct undo *buf; in do_SUBST_INT() 547 buf = XNEW (struct undo); in do_SUBST_INT() 567 struct undo *buf; in do_SUBST_MODE() 576 buf = XNEW (struct undo); in do_SUBST_MODE() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | combine.c | 319 struct undo struct 321 struct undo *next; argument 335 struct undo *undos; argument 336 struct undo *frees; 439 struct undo *buf; 475 buf = (struct undo *) xmalloc (sizeof (struct undo)); 495 struct undo *buf; 504 buf = (struct undo *) xmalloc (sizeof (struct undo)); 786 struct undo *undo, *next; local 787 for (undo = undobuf.frees; undo; undo = next) [all …]
|
| /openbsd-src/gnu/lib/libreadline/doc/ |
| H A D | rltech.texinfo | 447 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. 779 @code{UNDO_INSERT} means to delete some text. That is, the undo code 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 792 Closes the current undo group started with @code{rl_begin_undo_group 798 Remember how to undo an event (according to @var{what}). The affected 803 Free the existing undo list. [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/c4x/ |
| H A D | libgcc.S | 118 ldf -1.0, r1 ; undo complement sign bit
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/ |
| H A D | libgcc.S | 118 ldf -1.0, r1 ; undo complement sign bit
|
| /openbsd-src/sys/kern/ |
| H A D | sysv_sem.c | 118 struct undo *sunptr; in semundo_adjust() 187 struct undo *sunptr; in semundo_clear()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | README.txt | 137 collector. Still, LLVM optimizations would probably undo a front-end's careful
|