Home
last modified time | relevance | path

Searched refs:iso_map_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dlang.c41 static iso_map_type us_ascii_map [] = {{NULL, 0, 0}}; /* ASCII map is trivial */
46 static iso_map_type iso8859_1_map [] = {
166 static iso_map_type iso8859_15_map [] = {
289 static iso_map_type iso8859_2_map [] = {
392 { ISO_8859_1, "iso-8859-1", (iso_map_type *) iso8859_1_map },
393 { ISO_8859_2, "iso-8859-2", (iso_map_type *) iso8859_2_map },
406 { ISO_8859_15, "iso-8859-15", (iso_map_type *) iso8859_15_map },
602 iso_map_type *iso = encoding_table[document_encoding_code].isotab; in cm_search_iso_map()
H A Dlang.h118 } iso_map_type; typedef
126 iso_map_type *isotab; /* address of ISO translation table */
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.461196 (us_ascii_map): new iso_map_type table.