Searched refs:_ISO2022Charset (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_iso2022.c87 } _ISO2022Charset; typedef in typeref:struct:__anon7539
89 static const _ISO2022Charset ascii = { CS94, 'B', '\0', '\0' };
90 static const _ISO2022Charset iso88591 = { CS96, 'A', '\0', '\0' };
93 _ISO2022Charset g[4];
106 _ISO2022Charset *recommend[4];
108 _ISO2022Charset initg[4];
169 getcs(const char * __restrict p, _ISO2022Charset * __restrict cs)
212 _ISO2022Charset cs, *p;
245 ei->recommend[i] = malloc(sizeof(_ISO2022Charset));
248 sizeof(_ISO2022Charset) * (e
[all...]

Completed in 159 milliseconds