Home
last modified time | relevance | path

Searched refs:suppress_non_BMP (Results 1 – 7 of 7) sorted by relevance

/dports/editors/mined/mined-2015.25/src/
H A Dverichar.c14 FLAG suppress_non_BMP = 0; variable
H A Dtermprop.h92 extern FLAG suppress_non_BMP; /* suppressing display of non-BMP range */
H A Dvalidcjk.c37 FLAG suppress_non_BMP = 0; variable
H A Dwidth.c512 } else if (suppress_non_BMP) {
H A Dmined1.c152 FLAG suppress_non_BMP = False; /* suppress display of non-BMP range */ variable
3977 …if (get_screen_width ("������", utf8_widths, arrlen (utf8_widths)) > 3 && suppress_non_BMP == Fals… in terminal_configure_init()
3979 suppress_non_BMP = True; in terminal_configure_init()
4495 if (mintty_version < 500 && suppress_non_BMP == False) { in terminal_configure_init()
4496 suppress_non_BMP = True; in terminal_configure_init()
4604 suppress_non_BMP = True; in terminal_configure_init()
5909 suppress_non_BMP = NOT_VALID;
7277 suppress_non_BMP = True;
H A Dmined.h534 extern FLAG suppress_non_BMP; /* suppress display of non-BMP range */
H A Doutput.c1498 } else if (suppress_non_BMP == True /* sic! */ && unichar >= 0x10000) {