Searched refs:printflag (Results 1 – 3 of 3) sorted by relevance
301 cyclenlp->printflag = TRUE; /* should this be */ in cyclelink()374 childp->printflag = FALSE; in inheritflags()382 childp->printflag |= parentp->printflag; in inheritflags()399 headp->printflag = FALSE; in inheritflags()408 headp->printflag |= parentp->printflag; in inheritflags()424 memp->printflag = headp->printflag; in inheritflags()443 if (parentsp->arc_parentp->printflag) in check_ancestors()504 childp->printflag, childp->propfraction); in doflags()507 if (!childp->printflag) { in doflags()519 childp->printflag = TRUE; in doflags()[all …]
312 if (!parentp->printflag) in printgprof()519 if (selfp->printflag) in printname()1030 if (nlp->printflag) { in printindex()1063 if (nlp->printflag) in printindex()
241 bool printflag; /* should this be printed? */ member