Searched refs:iswoctal (Results 1 – 1 of 1) sorted by relevance
125 #define iswoctal(c) (((u_char)(c)) >= L'0' && ((u_char)(c)) <= L'7') macro238 if (iswoctal(nextc)) { in do_mbyte()259 if (ISGRAPH(flags, c) && !iswoctal(c)) { in do_mbyte()