Home
last modified time | relevance | path

Searched refs:maplower (Results 1 – 4 of 4) sorted by relevance

/NextBSD/usr.bin/mklocale/
HDyacc.y66 rune_map maplower = { { 0 }, NULL }; variable
138 { set_map(&maplower, $2, 0); }
255 maplower.map[x] = x; in main()
590 new_locale.maplower[x] = htonl(maplower.map[x]); in dump_tables()
606 list = maplower.root; in dump_tables()
659 list = maplower.root; in dump_tables()
738 if (isprint(maplower.map[x])) in dump_tables()
739 fprintf(stderr, " '%c'", (int)maplower.map[x]); in dump_tables()
740 else if (maplower.map[x]) in dump_tables()
741 fprintf(stderr, "%04x", maplower.map[x]); in dump_tables()
[all …]
/NextBSD/lib/libc/locale/
HDrunefile.h49 int32_t maplower[_CACHED_RUNES]; member
HDrune.c174 rl->__maplower[x] = frl->maplower[x]; in _Read_RuneMagi()
/NextBSD/usr.bin/localedef/
HDctype.c315 rl.maplower[wc] = wc; in dump_ctype()
404 rl.maplower[wc] = ctn->tolower; in dump_ctype()