Searched refs:arcnextptr (Results 1 – 1 of 1) sorted by relevance
415 Arc *arcptr, **arcnextptr; in __ghs_indgcount() local442 arcnextptr = &(__ghscallgraph_hashtbl[hashidx]); in __ghs_indgcount()447 arcptr = *arcnextptr; in __ghs_indgcount()464 arcnextptr = &(arcptr->next); in __ghs_indgcount()486 arcptr->next = *arcnextptr; in __ghs_indgcount()487 *arcnextptr = arcptr; in __ghs_indgcount()