Lines Matching defs:first
58 int first;
137 GCVtx stub, *nil = &stub, *first = nil, *last = nil;
161 first = first->next;
173 while( first != nil )
175 v = first;
179 for( ei = v->first; ei != 0; ei = edges[ei].next )
216 first = first->next;
283 for( ei = v->first; ei != 0; ei = edges[ei].next )
339 for( ei = v->first; ei != 0; ei = edges[ei].next )
602 xy->next = x->first;
604 x->first = nedges;
607 yx->next = y->first;
609 y->first = nedges+1;
719 v->first = 0;