Searched refs:bsp (Results 1 – 1 of 1) sorted by relevance
1030 struct symbol *bsp; /* Symbol following the dot in configuration "bcfp" */ in buildshifts() local1050 bsp = bcfp->rp->rhs[bcfp->dot]; /* Get symbol after dot */ in buildshifts()1051 if( !same_symbol(bsp,sp) ) continue; /* Must be same as for "cfp" */ in buildshifts()