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

  /src/lib/libc/citrus/modules/
citrus_iso2022.c 164 static __inline int isecma(__uint8_t x) { return (0x30 <= x && x <= 0x7f); } function in typeref:typename:int
530 if (!isecma(*s))

Completed in 13 milliseconds