Searched refs:isthree (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_iso2022.c166 static __inline int isthree(__uint8_t x) { return (0x60 <= x && x <= 0x6f); } function
747 if (!isthree(psenc->g[cur].final)) {
827 if (isthree(psenc->g[cur].final))
1172 (isthree(cs.final) ? 3 : 2) : 1;

Completed in 65 milliseconds