OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is94
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/citrus/modules/
citrus_iso2022.c
162
static __inline int
is94
(__uint8_t x) { return (0x21 <= x && x <= 0x7e); }
function
777
if (!(
is94
(string[0] & 0x7f)))
784
if (!(
is94
(string[0] & 0x7f) &&
is94
(string[1] & 0x7f)))
Completed in 85 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026