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

/freebsd-13-stable/bin/ed/
H A Dundo.c37 static long u_p = 0; /* undo stack pointer */ variable
54 if (u_p < usize ||
57 ustack[u_p].type = type;
58 ustack[u_p].t = get_addressed_line_node(to);
59 ustack[u_p].h = get_addressed_line_node(from);
60 return ustack + u_p++;
94 } else if (u_p)
98 for (n = u_p; n-- > 0;) {
121 for (n = u_p; n-- > (u_p
[all...]

Completed in 821 milliseconds