HomeSort by: relevance | last modified time | path
    Searched defs:iscntl (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/citrus/modules/
citrus_iso2022.c 161 static __inline int iscntl(__uint8_t x) { return (isc0(x) || isc1(x) || x == 0x7f); } function in typeref:typename:int
723 if (iscntl(*string & 0xff))
1171 i = !iscntl(wc & 0xff) ?
citrus_iso2022.c 161 static __inline int iscntl(__uint8_t x) { return (isc0(x) || isc1(x) || x == 0x7f); } function in typeref:typename:int
723 if (iscntl(*string & 0xff))
1171 i = !iscntl(wc & 0xff) ?
citrus_iso2022.c 161 static __inline int iscntl(__uint8_t x) { return (isc0(x) || isc1(x) || x == 0x7f); } function in typeref:typename:int
723 if (iscntl(*string & 0xff))
1171 i = !iscntl(wc & 0xff) ?

Completed in 32 milliseconds