Lines Matching refs:curcol
396 if (current_tcp && current_tcp->curcol != 0) { in ptrace_restart()
549 current_tcp->curcol += n; in tprintf()
564 current_tcp->curcol += strlen(str); in tprints()
576 current_tcp->curcol = 0; in line_ended()
580 printing_tcp->curcol = 0; in line_ended()
596 if (printing_tcp->curcol != 0 && (followfork < 2 || printing_tcp == tcp)) { in printleader()
604 printing_tcp->curcol = 0; in printleader()
610 current_tcp->curcol = 0; in printleader()
651 if (current_tcp->curcol < acolumn) in tabto()
652 tprints(acolumn_spaces + current_tcp->curcol); in tabto()
739 if (tcp->curcol != 0) in droptcb()
743 if (printing_tcp == tcp && tcp->curcol != 0) in droptcb()
1921 if (execve_thread->curcol != 0) { in maybe_switch_tcbs()
1934 execve_thread->curcol = tcp->curcol; in maybe_switch_tcbs()
1935 tcp->curcol = 0; in maybe_switch_tcbs()