Home
last modified time | relevance | path

Searched refs:title_encoding (Results 1 – 11 of 11) sorted by relevance

/dports/editors/mined/mined-2015.25/src/
H A Dmined1.c2225 static char title_encoding = ' '; variable
2232 if (title_encoding == ' ') { in check_title_encoding()
2246 title_encoding = 'W'; in check_title_encoding()
2263 title_encoding = 'A'; /* ASCII */ in check_title_encoding()
2295 if (title_encoding == ' ') { in check_title_encoding()
2297 title_encoding = 'U'; /* UTF-8 */ in check_title_encoding()
2321 title_encoding = 'U'; /* UTF-8 */ in check_title_encoding()
2334 title_encoding = 'A'; /* ASCII */ in check_title_encoding()
2340 title_encoding = 'U'; /* UTF-8 */ in check_title_encoding()
2374 if (title_encoding == 'P' || title_encoding == 'W') { in RD_window_title()
[all …]
/dports/editors/xvile/vile-9.8v/
H A Dxterm.c297 ENC_CHOICES want_encoding = title_encoding; in xterm_settitle()
H A Dedef.h145 decl_init( ENC_CHOICES title_encoding, enc_8BIT );
H A Dstatevar.c1791 tb_scopy(rp, encoding2s(title_encoding)); in var_TITLE_ENCODING()
1795 title_encoding = (ENC_CHOICES) choice; in var_TITLE_ENCODING()
H A Dmodetbl703 .table title_encoding
/dports/editors/vile/vile-9.8v/
H A Dxterm.c297 ENC_CHOICES want_encoding = title_encoding; in xterm_settitle()
H A Dedef.h145 decl_init( ENC_CHOICES title_encoding, enc_8BIT );
H A Dstatevar.c1791 tb_scopy(rp, encoding2s(title_encoding)); in var_TITLE_ENCODING()
1795 title_encoding = (ENC_CHOICES) choice; in var_TITLE_ENCODING()
H A Dmodetbl703 .table title_encoding
/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DShellP.h207 Atom title_encoding; member
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DShell.c321 Offset(wm.title_encoding),
1473 if (wmshell->wm.title_encoding == None && in _popup_set_prop()
1482 window_name.encoding = wmshell->wm.title_encoding ? in _popup_set_prop()
1483 wmshell->wm.title_encoding : XA_STRING; in _popup_set_prop()
2393 nwmshell->wm.title_encoding != owmshell->wm.title_encoding)) { in WMSetValues()
2398 if (nwmshell->wm.title_encoding == None && in WMSetValues()
2406 title.encoding = nwmshell->wm.title_encoding ? in WMSetValues()
2407 nwmshell->wm.title_encoding : XA_STRING; in WMSetValues()