Home
last modified time | relevance | path

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

12345678910>>...15

/netbsd-src/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
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest051-config-undo27 dn: o=undo
29 o: undo
98 dn: o=foo,o=undo
/netbsd-src/external/mit/isl/dist/
H A Disl_tab.c182 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 DMakefile.in131 $(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 Dvi.c158 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 DMakefile.in117 $(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 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 DMakefile9 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 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
/netbsd-src/distrib/utils/x_ed/
H A DMakefile9 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 Dbcm2835_intr.c933 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 Dcombine.cc380 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 Dcombine.c394 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 Dcontext9 ex commands: undo, "z.", global, v
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darmada-388-clearfog-base.dts51 * We undo that rubbish here.
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dmh-darwin4 # -mno-dynamic-no-pic to undo it.
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dmh-darwin4 # -mno-dynamic-no-pic to undo it.
/netbsd-src/sys/arch/evbarm/conf/
H A DGENERIC.common88 #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 Dmh-darwin5 # -mno-dynamic-no-pic to undo it, since libiberty, at least, needs this.
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dmh-darwin5 # -mno-dynamic-no-pic to undo it, since libiberty, at least, needs this.
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dmh-darwin5 # -mno-dynamic-no-pic to undo it, since libiberty, at least, needs this.
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cr16/
H A Dexcp.cgs105 ## 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 Dtrap.cgs105 ; Don't use rte as it will undo the effects of trap we're testing.
/netbsd-src/sys/arch/evbppc/conf/
H A DEXPLORA45133 #options SEMUME=10 # max number of undo entries per process
34 #options SEMMNU=30 # number of undo structures in system

12345678910>>...15