Lines Matching refs:cgptr
32 struct vtx_data *cgptr; /* loops through cgraph */ local
97 cgptr = cgraph[cvtx] = links++;
100 cgptr->vwgt = 0;
102 cgptr->vwgt = 1;
105 cgptr->edges = eptr;
107 cgptr->ewgts = ewptr;
110 cgptr->ewgts = NULL;
129 cgptr->edges[nseen] = cneighbor;
131 cgptr->ewgts[nseen] = ewgt;
136 cgptr->ewgts[seenflag[cneighbor]] += ewgt;
145 iptr = cgptr->edges;
151 cgptr->ewgts[0] = -ewgt_sum;
153 cgptr->nedges = nseen;