Lines Matching defs:selfp
54 demangled_name(nltype *selfp)
57 return (selfp->name);
59 return (conv_demangle_name(selfp->name));
497 printname(nltype *selfp)
500 c = demangled_name(selfp);
502 if (selfp->name != 0) {
504 (void) printf("%s", selfp->name);
510 (void) printf("{%d} ", selfp->toporder);
513 (void) printf("%5.2f%% ", selfp->propfraction);
517 if (selfp->cycleno != 0)
518 (void) printf("\t<cycle %d>", selfp->cycleno);
520 if (selfp->index != 0) {
521 if (selfp->printflag)
522 (void) printf(" [%d]", selfp->index);
524 (void) printf(" (%d)", selfp->index);
529 print_demangled_name(int n, nltype *selfp)
534 c = selfp->name;
536 if (strcmp(c, demangled_name(selfp)) == 0)
542 (void) printf("[%s]", selfp->name);