Home
last modified time | relevance | path

Searched refs:encoding_table (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dlang.c387 encoding_type encoding_table[] = { variable
600 iso_map_type *iso = encoding_table[document_encoding_code].isotab; in cm_search_iso_map()
645 if (strcasecmp (enc_arg, encoding_table[enc].encname) == 0) in cm_documentencoding()
662 else if (encoding_table[document_encoding_code].isotab == NULL) in cm_documentencoding()
686 return xstrdup (encoding_table[document_encoding_code].encname); in current_document_encoding()
712 add_char (encoding_table[document_encoding_code].isotab[rc].bytecode); in add_encoded_char()
816 = encoding_table[document_encoding_code].isotab[rc].bytecode; in cm_accent_generic_no_headers()
Dlang.h128 extern encoding_type encoding_table[];