Searched refs:lowest_eight (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | UCdomap.h | 38 int lowest_eight, 52 int lowest_eight; member
|
| D | UCdomap.c | 1934 UCInfo[s].lowest_eight = LYlowest_eightbit[LYhndl]; in UC_Register_with_LYCharSets() 1938 repl = UC_setup_LYCharSets_repl(s, (unsigned) UCInfo[s].lowest_eight); in UC_Register_with_LYCharSets() 1960 int lowest_eight, in UC_Charset_Setup() argument 2000 lowest_eight = 128; /* cheat here */ in UC_Charset_Setup() 2001 UCInfo[s].lowest_eight = lowest_eight; in UC_Charset_Setup() 2007 lowest_eight); in UC_Charset_Setup() 2093 int lowest_eight, in UC_Charset_NoUctb_Setup() argument 2108 lowest_eight = 128; /* cheat here */ in UC_Charset_NoUctb_Setup() 2117 lowest_eight, in UC_Charset_NoUctb_Setup() 2172 UCInfo[s].lowest_eight, UCInfo[s].enc, in CpOrdinal()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/chrtrans/ |
| D | makeuctb.c | 255 static int lowest_eight = 999; variable 803 if (i >= 128 && unicount[i] > 0 && i < lowest_eight) { in main() 804 lowest_eight = i; in main() 820 if (lowest_eight != 999 && !RawOrEnc) { in main() 888 id_append, id_append, nuni, id_append, lowest_eight, RawOrEnc, CodePage); in main()
|