Lines Matching refs:curcol
401 if (current_tcp && current_tcp->curcol != 0) { in ptrace_restart()
545 current_tcp->curcol += n; in tvprintf()
568 current_tcp->curcol += strlen(str); in tprints()
608 current_tcp->curcol = 0; in line_ended()
612 printing_tcp->curcol = 0; in line_ended()
638 if (printing_tcp->curcol != 0 && (followfork < 2 || printing_tcp == tcp)) { in printleader()
646 printing_tcp->curcol = 0; in printleader()
652 current_tcp->curcol = 0; in printleader()
708 if (current_tcp->curcol < acolumn) in tabto()
709 tprints(acolumn_spaces + current_tcp->curcol); in tabto()
841 if (tcp->curcol != 0) in droptcb()
845 if (printing_tcp == tcp && tcp->curcol != 0) in droptcb()
2088 if (execve_thread->curcol != 0) { in maybe_switch_tcbs()
2101 execve_thread->curcol = tcp->curcol; in maybe_switch_tcbs()
2102 tcp->curcol = 0; in maybe_switch_tcbs()
2210 && printing_tcp->curcol != 0) { in print_event_exit()
2214 printing_tcp->curcol = 0; in print_event_exit()