Home
last modified time | relevance | path

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

/dports/irc/epic4/epic4-2.10.9/include/
H A Dtermx.h612 #define term_altcharset_on() if (get_int_var(ALT_CHARSET_VAR)) \
614 #define term_altcharset_off() if (get_int_var(ALT_CHARSET_VAR)) \
H A Dvars.h14 ALT_CHARSET_VAR, enumerator
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dircterm.h689 #define term_altcharset_on() if (get_int_var(ALT_CHARSET_VAR)) \
691 #define term_altcharset_off() if (get_int_var(ALT_CHARSET_VAR)) \
H A Dvars.h17 ALT_CHARSET_VAR, enumerator
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dircterm.h689 #define term_altcharset_on() if (get_int_var(ALT_CHARSET_VAR)) \
691 #define term_altcharset_off() if (get_int_var(ALT_CHARSET_VAR)) \
H A Dvars.h17 ALT_CHARSET_VAR, enumerator
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dscreen.c1352 ATTRIBUTE_HANDLER(altcharset, ALT_CHARSET_VAR) in ATTRIBUTE_HANDLER()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dscreen.c1336 ATTRIBUTE_HANDLER(altcharset, ALT_CHARSET_VAR) in ATTRIBUTE_HANDLER()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dscreen.c780 altchar = get_int_var(ALT_CHARSET_VAR); in normalize_string()