OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:undo
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/ed/
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/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/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
...]
Completed in 35 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025