Home
last modified time | relevance | path

Searched refs:_pSLtt_UTF8_Mode (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/src/
H A Dslcommon.c55 int _pSLtt_UTF8_Mode = 0; variable
159 _pSLtt_UTF8_Mode = mode; in SLutf8_enable()
H A Dslvideo.c1397 if (_pSLtt_UTF8_Mode) in write_attributes()
1404 if (_pSLtt_UTF8_Mode) in write_attributes()
1556 if (_pSLtt_UTF8_Mode) in win32_init()
2410 mode = _pSLtt_UTF8_Mode; in SLtt_utf8_enable()
2412 return _pSLtt_UTF8_Mode = mode; in SLtt_utf8_enable()
2417 return _pSLtt_UTF8_Mode; in SLtt_is_utf8_mode()
H A Dsldisply.c1804 if (_pSLtt_UTF8_Mode == 0) in write_string_with_care()
1868 if (_pSLtt_UTF8_Mode == 0) in send_attr_str()
1923 else if (_pSLtt_UTF8_Mode == 0) in send_attr_str()
2710 if (_pSLtt_UTF8_Mode == -1) in SLtt_initialize()
2711 _pSLtt_UTF8_Mode = _pSLutf8_mode; in SLtt_initialize()
3341 return _pSLtt_UTF8_Mode = mode; in SLtt_utf8_enable()
3346 int mode = _pSLtt_UTF8_Mode; in SLtt_is_utf8_mode()
H A D_slang.h1095 extern int _pSLtt_UTF8_Mode;
H A Dslsmg.c182 tt_unicode_ok = &_pSLtt_UTF8_Mode; in init_tt_symbols()