Searched refs:ap1 (Results 1 – 1 of 1) sorted by relevance
380 static int actioncmp(ap1,ap2) in actioncmp() argument381 struct action *ap1; in actioncmp()385 rc = ap1->sp->index - ap2->sp->index;386 if( rc==0 ) rc = (int)ap1->type - (int)ap2->type;388 assert( ap1->type==REDUCE || ap1->type==RD_RESOLVED || ap1->type==CONFLICT);390 rc = ap1->x.rp->index - ap2->x.rp->index;