HomeSort by: relevance | last modified time | path
    Searched defs:ustack (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ed/
undo.c 43 undo_t *ustack = NULL; /* undo stack */ variable in typeref:typename:undo_t *
54 (err = reallocarr(&ustack, usize += USIZE, sizeof(undo_t))) == 0) {
55 ustack[u_p].type = type;
56 ustack[u_p].t = get_addressed_line_node(to);
57 ustack[u_p].h = get_addressed_line_node(from);
58 return ustack + u_p++;
64 free(ustack);
65 ustack = NULL;
97 switch(ustack[n].type) {
99 REQUE(ustack[n].h->q_back, ustack[n].t->q_forw)
    [all...]
undo.c 43 undo_t *ustack = NULL; /* undo stack */ variable in typeref:typename:undo_t *
54 (err = reallocarr(&ustack, usize += USIZE, sizeof(undo_t))) == 0) {
55 ustack[u_p].type = type;
56 ustack[u_p].t = get_addressed_line_node(to);
57 ustack[u_p].h = get_addressed_line_node(from);
58 return ustack + u_p++;
64 free(ustack);
65 ustack = NULL;
97 switch(ustack[n].type) {
99 REQUE(ustack[n].h->q_back, ustack[n].t->q_forw)
    [all...]

Completed in 24 milliseconds