Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DUCAux.c351 && (linedrawing_char_set == US_ASCII in UCSetBoxChars()
352 || linedrawing_char_set == LATIN1)) { in UCSetBoxChars()
436 else if (cset != linedrawing_char_set && linedrawing_char_set >= 0) { in UCSetBoxChars()
DLYCharSets.h38 extern int linedrawing_char_set;
DLYCharSets.c30 int linedrawing_char_set = -1; variable
DUCdomap.c2482 linedrawing_char_set = value; in LYFindLocaleCharset()
2492 current_char_set = linedrawing_char_set; in LYFindLocaleCharset()