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

  /src/bin/ed/
undo.c 45 long u_p = 0; /* undo stack pointer */ variable in typeref:typename:long
53 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 + 1)/ 2;
    [all...]
undo.c 45 long u_p = 0; /* undo stack pointer */ variable in typeref:typename:long
53 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 + 1)/ 2;
    [all...]

Completed in 20 milliseconds