Lines Matching defs:headp
359 nltype *headp;
364 headp = childp->cyclehead;
365 if (childp == headp) {
394 headp->printflag = FALSE;
395 headp->propfraction = 0.0;
396 for (memp = headp->cnext; memp; memp = memp->cnext) {
399 if (arcp->arc_parentp->cyclehead == headp) {
403 headp->printflag |= parentp->printflag;
410 if (headp->ncall) {
411 headp->propfraction +=
414 / ((double)headp->ncall));
418 for (memp = headp; memp; memp = memp->cnext) {
419 memp->printflag = headp->printflag;
420 memp->propfraction = headp->propfraction;