Searched refs:printing_tcp (Results 1 - 3 of 3) sorted by relevance

/external/strace/
H A Dstrace.c156 struct tcb *printing_tcp = NULL; variable in typeref:struct:tcb
579 if (printing_tcp) {
580 printing_tcp->curcol = 0;
581 printing_tcp = NULL;
592 printing_tcp = tcp;
594 if (printing_tcp) {
595 current_tcp = printing_tcp;
596 if (printing_tcp->curcol != 0 && (followfork < 2 || printing_tcp == tcp)) {
604 printing_tcp
[all...]
H A Ddefs.h750 * printing_tcp: tcb which has incomplete line being printed right now.
754 * line_ended() clears printing_tcp and resets ->curcol = 0.
756 * of last line, since in -ff mode just checking printing_tcp for NULL
765 extern struct tcb *printing_tcp;
H A Dsyscall.c2550 /* If not in -ff mode, and printing_tcp != tcp,
2559 if ((followfork < 2 && printing_tcp != tcp) || (tcp->flags & TCB_REPRINT)) {
2567 printing_tcp = tcp;

Completed in 1011 milliseconds