Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c118 static int curcol; variable
1122 tcp->curcol = 0; in alloc_tcb()
2216 curcol = tcp->curcol; in trace()
2296 tcp->curcol = curcol; in trace()
2505 curcol = tcp->curcol; in trace()
2738 tcp->curcol = curcol; in trace()
2764 curcol += n; in tprintf()
2787 curcol = 0;
2827 if (curcol < col)
2828 tprintf("%*s", col - curcol, "");
Ddefs.h354 int curcol; /* Output column for this process */ member
DChangeLog1159 * defs.h (struct tcp): Add curcol.
1161 (trace): Use curcol from current process and save it before
1163 (tprintf): Don't modify curcol on output error.