Searched refs:curcol (Results 1 – 2 of 2) sorted by relevance
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()[all …]
419 int curcol; /* Output column for this process */ member