HomeSort by: relevance | last modified time | path
    Searched refs:undo (Results 1 - 14 of 14) sorted by relevancy

  /src/distrib/utils/x_ed/
Makefile 9 SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
  /src/bin/ed/
Makefile 9 SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
ed.h 80 typedef struct undo { struct
82 /* type of undo nodes */
261 extern long u_current_addr; /* undo.c */
262 extern long u_addr_last; /* undo.c */
  /src/usr.bin/make/unit-tests/
varmod-to-many-words.mk 4 # to undo a previous :tW modifier.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-388-clearfog-base.dts 51 * We undo that rubbish here.
armada-38x-solidrun-microsom.dtsi 67 * We undo that rubbish here.
armada-385-clearfog-gtr.dtsi 347 * We undo that rubbish here.
  /src/bin/ksh/
vi.c 158 static struct edstate *undo; variable in typeref:struct:edstate *
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...]
  /src/common/lib/libc/arch/sparc64/string/
memset.S 158 * On exiting this routine we undo the damage: restore the original
memcpy.S 510 * On exiting this routine we undo the damage: restore the original
  /src/sys/arch/arm/broadcom/
bcm2835_intr.c 933 for (cpuid_t undo = 0; undo < cpuid; undo++) { local in function:bcm2836mp_icu_fdt_establish
934 intr_disestablish(ihs[undo]);
  /src/usr.sbin/fstyp/
hammer_disk.h 151 * zone 3 (z,o): undo/redo fifo - fixed zone-2 offset array in volume header
187 * | zone-3 big-blocks for UNDO/REDO FIFO
511 * HAMMER UNDO parameters. The UNDO fifo is mapped directly in the volume
513 * and minimum of (64x8MB) = 512MB may be reserved. The size of the undo
520 * All on-disk HAMMER structures which make up elements of the UNDO FIFO
527 * All undo structures are guaranteed to not cross a 16K filesystem
528 * buffer boundary. Most undo structures are fairly small. Data spaces
530 * as part of an UNDO.
536 * Every undo record has a sequence number. This number is unrelated t
683 struct hammer_fifo_undo undo; member in union:hammer_fifo_any
    [all...]
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 985 [less verbose build output (undo: "make V=1")])
988 [verbose build output (undo: "make V=0")])dnl
configure 1481 --enable-silent-rules less verbose build output (undo: "make V=1")
1482 --disable-silent-rules verbose build output (undo: "make V=0")

Completed in 34 milliseconds