Searched refs:rSub (Results 1 – 1 of 1) sorted by relevance
505 amatch_cost rSub; /* Generic substitution cost ? -> ? */ member591 if( p->rSub==0 || p->rSub>rCost ) p->rSub = rCost; in amatchLoadOneRule()1218 if( p->rSub>0 ){ in amatchNext()1219 amatchAddWord(pCur, pWord->rCost+p->rSub, pWord->nMatch+nNextIn, in amatchNext()1222 if( p->rIns<0 && p->rSub<0 ) break; in amatchNext()