OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isc1
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/citrus/modules/
citrus_iso2022.c
160
static __inline int
isc1
(__uint8_t x) { return (0x80 <= x && x <= 0x9f); }
function in typeref:typename:int
161
static __inline int iscntl(__uint8_t x) { return (isc0(x) ||
isc1
(x) || x == 0x7f); }
1049
} else if (
isc1
(wc & 0xff)) {
citrus_iso2022.c
160
static __inline int
isc1
(__uint8_t x) { return (0x80 <= x && x <= 0x9f); }
function in typeref:typename:int
161
static __inline int iscntl(__uint8_t x) { return (isc0(x) ||
isc1
(x) || x == 0x7f); }
1049
} else if (
isc1
(wc & 0xff)) {
Completed in 62 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025