Home
last modified time | relevance | path

Searched refs:ustack (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/bin/ed/
H A Dundo.c39 static undo_t *ustack = NULL; /* undo stack */ variable
49 t = ustack; in push_undo_stack()
51 (t = reallocarray(ustack, (usize += USIZE), sizeof(undo_t))) != NULL) { in push_undo_stack()
52 ustack = t; in push_undo_stack()
53 ustack[u_p].type = type; in push_undo_stack()
54 ustack[u_p].t = get_addressed_line_node(to); in push_undo_stack()
55 ustack[u_p].h = get_addressed_line_node(from); in push_undo_stack()
56 return ustack + u_p++; in push_undo_stack()
62 free(ustack); in push_undo_stack()
63 ustack = NULL; in push_undo_stack()
[all …]
/openbsd-src/gnu/llvm/lldb/tools/debugserver/scripts/
H A Ddiagnose-termination.d5 ustack();
11 ustack();
17 ustack();
/openbsd-src/share/btrace/
H A Duprofile.bt16 @[ustack] = count();