Lines Matching refs:curcol
8420 curcol in line_ended for the stale printing_tcp if followfork == 2.
47982 Instead of using "static FILE *outf and static unsigned int curcol"
47984 remember current tcb and use its ->outf and ->curcol.
47985 This allows to drop numerous "tcp->curcol = curcol" ops in trace().
47997 * strace.c: Replace curcol static variable by struct tcb *current_tcp.
47999 (ptrace_restart): Use current_tcp->curcol instead of curcol.
48001 Use current_tcp->outf instead of outf, current_tcp->curcol instead of curcol.
48005 assignments to outf and curcol.
48033 Save tcp->curcol after PTRACE_LISTEN failure too, just in case.
50335 On glibc, tprintf("%*s", col - curcol, "") is noticeably slow
52776 * defs.h (struct tcp): Add curcol.
52778 (trace): Use curcol from current process and save it before
52780 (tprintf): Don't modify curcol on output error.