Lines Matching defs:charset
23 #include "charset.h"
39 struct charset {
231 * Define a charset, given a description string.
233 * one for each character in the charset.
298 * Define a charset, given a charset name.
299 * The valid charset names are listed in the "charsets" array.
303 struct charset *p;
337 error("invalid charset name", NULL_PARG);
345 * Define a charset, given a locale name.
423 * Try using the codeset name as the charset name.
449 * rather than from predefined charset entry.
466 * Initialize charset data structures.
509 * For example, in the "ascii" charset '\3' is printed as "^C".