Searched refs:iso_map_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dlang.h117 } iso_map_type;
125 iso_map_type *isotab; /* address of ISO translation table */
116 } iso_map_type; typedef in typeref:struct:__anon4414
H A Dlang.c39 static iso_map_type us_ascii_map [] = {{NULL, 0, 0}}; /* ASCII map is trivial */
44 static iso_map_type iso8859_1_map [] = {
165 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 },
604 iso_map_type *iso = encoding_table[document_encoding_code].isotab;

Completed in 105 milliseconds