Lines Matching defs:ccp
325 struct cnt *ccp; /* For scanning ccounts. */
528 ccp = &ccounts[n_cc]; /* Point to last (+1) of call counters ... */
530 if ((--ccp)->mcnt)
699 ccp = ccounts; /* Point to first call counter. */
702 qsort((char *)ccp, (unsigned)n_cc, sizeof (struct cnt), c_ccaddr);
714 if (slp->sl_addr < ccp->fnpc &&
715 ccp->fnpc <= slp->sl_addr + sz) {
722 } while (n > 0 && slp->sl_addr < ccp->fnpc);
731 ccp->fnpc-slp->sl_addr,
732 ccp->fnpc);
736 closest_symp->sl_count = ccp->mcnt; /* Copy count. */
737 ++ccp;
739 } else if (ccp->fnpc < slp->sl_addr) {
740 ++ccp;