Home | History | Annotate | Download | only in tool

Lines Matching refs:bsp

874   struct symbol *bsp;  /* Symbol following the dot in configuration "bcfp" */
894 bsp = bcfp->rp->rhs[bcfp->dot]; /* Get symbol after dot */
895 if( !same_symbol(bsp,sp) ) continue; /* Must be same as for "cfp" */