Home
last modified time | relevance | path

Searched refs:text_encoding_tag (Results 1 – 9 of 9) sorted by relevance

/dports/editors/mined/mined-2015.25/src/
H A Dcharcode.c237 if (cjk_text) switch (text_encoding_tag) { in max_char_value()
292 char encoding_tag = term ? term_encoding_tag : text_encoding_tag;
425 char encoding_tag = term ? term_encoding_tag : text_encoding_tag;
695 char text_encoding_tag = '-'; variable
831 text_encoding_tag = tag1;
863 combined_text = text_encoding_tag == 'G'
864 || text_encoding_tag == 'X'
865 || text_encoding_tag == 'x';
910 text_encoding_tag = ' ';
H A Dvalidcjk.c91 printf ("%c %04lX\n", text_encoding_tag, cjkchar); in check()
99 printf ("%c: valid %ld, not valid %ld, combining %ld\n", text_encoding_tag, ok, non, comb); in check()
H A Dcharprop.h144 extern char text_encoding_tag;
H A Dkeyboard.c521 if (unichar == 0x8E && text_encoding_tag == 'C') {
526 } else if (unichar == 0x8F && (text_encoding_tag == 'J' || text_encoding_tag == 'X')) {
532 if (text_encoding_tag == 'G' && '0' <= byte2 && byte2 <= '9') {
H A Dedit.c760 || (cjk_text && text_encoding_tag == 'G')
5017 if (text_encoding_tag == 'G' || text_encoding_tag == 'X' || text_encoding_tag == 'x') { in display_the_code()
5023 } else if (text_encoding_tag == 'G' && isjoined (unichar2, textpoi, cur_line->text)) { in display_the_code()
5057 if (text_encoding_tag == 'G' || text_encoding_tag == 'X' || text_encoding_tag == 'x') { in display_the_code()
H A Dtextfile.c162 if (* text == 0x8E && text_encoding_tag == 'C') {
165 (text_encoding_tag == 'J' || text_encoding_tag == 'X')) {
167 } else if (text_encoding_tag == 'G'
454 encoding_tag = text_encoding_tag;
3538 prev_encoding_tag = text_encoding_tag;
4269 if (! cjk_text || prev_encoding_tag == text_encoding_tag) {
H A Dmined.h897 …r(c) ((character) c >= 0x80 && (cjk_text == False || (text_encoding_tag != 'S' && text_encoding_ta…
H A Dmined1.c1762 } else if (cjk_term && (text_encoding_tag == 'K' || text_encoding_tag == 'H') in get_ansi_modes()
2679 get_text_encoding (), text_encoding_tag, auto_detect, utf8_text, utf16_file, cjk_text, mapped_text)
4328 printf ("CJK %c\n", text_encoding_tag); in terminal_configure_init()
H A Doutput.c1244 char encoding_tag = term ? term_encoding_tag : text_encoding_tag;