/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | vi_rec.c | 74 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 D | log.h | 29 undo_t undo; member
|
/netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
H A D | test051-config-undo | 27 dn: o=undo 29 o: undo 98 dn: o=foo,o=undo
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_tab.c | 182 static void free_undo_record(struct isl_tab_undo *undo) in free_undo_record() argument 184 switch (undo->type) { in free_undo_record() 186 free(undo->u.col_var); in free_undo_record() 190 free(undo); in free_undo_record() 195 struct isl_tab_undo *undo, *next; in free_undo() local 197 for (undo = tab->top; undo && undo != &tab->bottom; undo = next) { in free_undo() 198 next = undo->next; in free_undo() 199 free_undo_record(undo); in free_undo() 201 tab->top = undo; in free_undo() 802 struct isl_tab_undo *undo; in push_union() local [all …]
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/shlib/ |
H A D | Makefile.in | 131 $(topdir)/undo.c $(topdir)/macro.c $(topdir)/input.c \ 156 util.so kill.so undo.so macro.so input.so callback.so terminal.so \ 326 undo.so: $(topdir)/ansi_stdlib.h 327 undo.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h 328 undo.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h 329 undo.so: $(topdir)/rltypedefs.h 330 undo.so: $(topdir)/tilde.h $(topdir)/history.h 380 undo.so: $(topdir)/rlprivate.h 408 undo.so: $(topdir)/xmalloc.h 454 undo.so: $(topdir)/undo.c [all …]
|
/netbsd-src/bin/ksh/ |
H A D | vi.c | 158 static struct edstate *undo; variable 576 if (es->cursor == undo->cursor) { 583 if (es->cursor >= undo->linelen) 586 es->cbuf[es->cursor] = undo->cbuf[es->cursor]; 721 undo->winleft = es->winleft; 722 memmove(undo->cbuf, es->cbuf, es->linelen); 723 undo->linelen = es->linelen; 724 undo->cursor = es->cursor; 991 es = undo; 992 undo = t; [all …]
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | Makefile.in | 117 $(srcdir)/undo.c $(srcdir)/macro.c $(srcdir)/input.c \ 140 util.o kill.o undo.o macro.o input.o callback.o terminal.o \ 448 undo.o: ansi_stdlib.h 449 undo.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h 450 undo.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h 451 undo.o: history.h rlstdc.h 497 undo.o: rlprivate.h 525 undo.o: xmalloc.h 569 undo.o: $(srcdir)/undo.c 607 undo.o: undo.c
|
/netbsd-src/bin/ed/ |
H A D | POSIX | 77 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 D | Makefile | 9 SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
|
/netbsd-src/external/bsd/nvi/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 192 undo: undo the most recent change
|
/netbsd-src/distrib/utils/x_ed/ |
H A D | Makefile | 9 SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
|
/netbsd-src/sys/arch/arm/broadcom/ |
H A D | bcm2835_intr.c | 933 for (cpuid_t undo = 0; undo < cpuid; undo++) { in bcm2836mp_icu_fdt_establish() local 934 intr_disestablish(ihs[undo]); in bcm2836mp_icu_fdt_establish()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | combine.cc | 380 struct undo struct 382 struct undo *next; argument 396 struct undo *undos; argument 397 struct undo *frees; 684 struct undo *buf; in do_SUBST() 718 buf = XNEW (struct undo); in do_SUBST() 737 struct undo *buf; in do_SUBST_INT() 746 buf = XNEW (struct undo); in do_SUBST_INT() 766 struct undo *buf; in subst_mode() 776 buf = XNEW (struct undo); in subst_mode() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | combine.c | 394 struct undo struct 396 struct undo *next; argument 410 struct undo *undos; argument 411 struct undo *frees; 715 struct undo *buf; in do_SUBST() 749 buf = XNEW (struct undo); in do_SUBST() 768 struct undo *buf; in do_SUBST_INT() 777 buf = XNEW (struct undo); in do_SUBST_INT() 797 struct undo *buf; in subst_mode() 807 buf = XNEW (struct undo); in subst_mode() [all …]
|
/netbsd-src/external/bsd/nvi/docs/internals/ |
H A D | context | 9 ex commands: undo, "z.", global, v
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | armada-388-clearfog-base.dts | 51 * We undo that rubbish here.
|
/netbsd-src/external/gpl3/binutils.old/dist/config/ |
H A D | mh-darwin | 4 # -mno-dynamic-no-pic to undo it.
|
/netbsd-src/external/gpl3/gdb.old/dist/config/ |
H A D | mh-darwin | 4 # -mno-dynamic-no-pic to undo it.
|
/netbsd-src/sys/arch/evbarm/conf/ |
H A D | GENERIC.common | 88 #options SEMUME=10 # max number of undo entries per process 89 #options SEMMNU=30 # number of undo structures in system
|
/netbsd-src/external/gpl3/binutils/dist/config/ |
H A D | mh-darwin | 5 # -mno-dynamic-no-pic to undo it, since libiberty, at least, needs this.
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | mh-darwin | 5 # -mno-dynamic-no-pic to undo it, since libiberty, at least, needs this.
|
/netbsd-src/external/gpl3/gcc/dist/config/ |
H A D | mh-darwin | 5 # -mno-dynamic-no-pic to undo it, since libiberty, at least, needs this.
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cr16/ |
H A D | excp.cgs | 105 ## Don't use rte as it will undo the effects of excp we're testing.
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/m32r/ |
H A D | trap.cgs | 105 ; Don't use rte as it will undo the effects of trap we're testing.
|
/netbsd-src/sys/arch/evbppc/conf/ |
H A D | EXPLORA451 | 33 #options SEMUME=10 # max number of undo entries per process 34 #options SEMMNU=30 # number of undo structures in system
|