Searched refs:tirunp (Results 1 – 1 of 1) sorted by relevance
1691 struct translit_ignore_t *tirunp = ctype->translit_ignore; in find_translit2() local1730 while (tirunp != NULL) in find_translit2()1732 if (tirunp->from <= wch && tirunp->to >= wch) in find_translit2()1736 for (wi = tirunp->from; wi <= wch; wi += tirunp->step) in find_translit2()