Lines Matching defs:charset
1 /* $NetBSD: charset.c,v 1.5 2023/10/06 05:49:49 simonb Exp $ */
25 #include "charset.h"
41 struct charset {
233 * Define a charset, given a description string.
235 * one for each character in the charset.
300 * Define a charset, given a charset name.
301 * The valid charset names are listed in the "charsets" array.
305 struct charset *p;
339 error("invalid charset name", NULL_PARG);
347 * Define a charset, given a locale name.
450 * Try using the codeset name as the charset name.
476 * rather than from predefined charset entry.
495 * Initialize charset data structures.
536 * For example, in the "ascii" charset '\3' is printed as "^C".