Searched refs:nch (Results 1 – 2 of 2) sorted by relevance
175 int nch = *dn++; in res_hnok() local182 } else if (periodchar(nch) || nch == '\0') { in res_hnok()189 pch = ch, ch = nch; in res_hnok()
1762 wint_t nch, *newwides; local1781 if ((nch = towlower(ch)) < NC)1782 cs->bmp[(unsigned)nch >> 3] |= 1 << (nch & 7);1783 if ((nch = towupper(ch)) < NC)1784 cs->bmp[(unsigned)nch >> 3] |= 1 << (nch & 7);