Searched refs:xCond (Results 1 – 5 of 5) sorted by relevance
273 int (*xCond)(const char*) /* Condition that must be true */ in stem()278 if( xCond && !xCond(z) ) return 1; in stem()
274 int (*xCond)(const char*) /* Condition that must be true */ in stem()279 if( xCond && !xCond(z) ) return 1; in stem()
272 int (*xCond)(const char*) /* Condition that must be true */ in stem()277 if( xCond && !xCond(z) ) return 1; in stem()
178 set xCond [lindex $I 1] ;# Condition callback (or "")185 set cond "${xCond}(aBuf, nBuf-$n)"
620 int (*xCond)(char *zStem, int nStem); member640 if( p->xCond==0 || p->xCond(aBuf, nStem) ){