Searched refs:u_p (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/bin/ed/
H A Dundo.c35 static long u_p = 0; /* undo stack pointer */ variable
52 if (u_p < usize ||
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++;
92 } else if (u_p)
96 for (n = u_p; n-- > 0;) {
119 for (n = u_p; n-- > (u_p
[all...]

Completed in 56 milliseconds