rune_t
rune_t c0;
c0 = (rune_t)c; /* XXX assumes wint_t = int */
rune_t c0;
c0 = (rune_t)c; /* XXX assumes wchar_t = int */
te->te_cached[(rune_t)c]:_towctrans_ext(c, te));
rune_t re_min; /* First rune of the range */
rune_t re_max; /* Last rune (inclusive) of the range */
rune_t re_map; /* What first maps to in maps */
rune_t *te_cached;
rune_t rl_invalid_rune;
rune_t rl_maplower[_CACHED_RUNES];
rune_t rl_mapupper[_CACHED_RUNES];
#define _DEFAULT_INVALID_RUNE ((rune_t)-3)
return ((rune_t)l1 - (rune_t)l2);
return ((rune_t)l1 - (rune_t)l2);
return ((rune_t)l1 - (rune_t)l2);
return ((rune_t)l1 - (rune_t)l2);
return (*(const rune_t *)s1 - *(const rune_t *)--s2);
return (*(const rune_t *)s1 -
*(const rune_t *)--s2);
return *(const rune_t *)s1 >
*(const rune_t *)s2 ? 1 : -1;
rune_t min;
rune_t max;
rune_t map;
rune_t i;
rune_t run;
rune_t charsetbits = (rune_t)0x00000000;
rune_t charsetmask = (rune_t)0x0000007f;
rune_t charsetmask = (rune_t)0xffffffff;
rune_t rune;