Home
last modified time | relevance | path

Searched refs:printflag (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Darcs.c298 cyclenlp->printflag = TRUE; /* should this be */ in cyclelink()
369 childp->printflag = FALSE; in inheritflags()
377 childp->printflag |= parentp->printflag; in inheritflags()
394 headp->printflag = FALSE; in inheritflags()
403 headp->printflag |= parentp->printflag; in inheritflags()
419 memp->printflag = headp->printflag; in inheritflags()
438 if (parentsp->arc_parentp->printflag) in check_ancestors()
499 childp->printflag, childp->propfraction); in doflags()
502 if (!childp->printflag) { in doflags()
514 childp->printflag = TRUE; in doflags()
[all …]
H A Dprintgprof.c311 if (!parentp->printflag) in printgprof()
521 if (selfp->printflag) in printname()
997 if (nlp->printflag) { in printindex()
1030 if (nlp->printflag) in printindex()
H A Dgprof.h245 bool printflag; /* should this be printed? */ member
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c328 do_lsreaddir(struct sftp_conn *conn, char *path, int printflag, in do_lsreaddir() argument
408 if (printflag) in do_lsreaddir()