Home
last modified time | relevance | path

Searched refs:iscntl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libc/citrus/modules/
H A Dcitrus_iso2022.c161 static __inline int iscntl(__uint8_t x) { return (isc0(x) || isc1(x) || x == 0x7f); } in iscntl() function
723 if (iscntl(*string & 0xff)) in _ISO2022_sgetwchar()
1171 i = !iscntl(wc & 0xff) ? in _ISO2022_sputwchar()