OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wide_chars
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
gen-charsets.pl
49
our %
wide_chars
= qw(
380
foreach my $key ( sort keys %
wide_chars
) {
screen.c
154
((screen)->
wide_chars
\
241
if (screen->
wide_chars
) {
327
if (screen->
wide_chars
) {
565
screen->
wide_chars
= True;
572
screen->
wide_chars
= False;
613
screen->
wide_chars
= True;
626
screen->
wide_chars
= False;
640
if (screen->
wide_chars
)
673
screen->
wide_chars
= True;
1095
if (screen->
wide_chars
) {
[
all
...]
print.c
403
if (screen->
wide_chars
&& screen->utf8_mode) {
button.c
2012
if (screen->
wide_chars
) {
2017
/* not screen->
wide_chars
*/
2729
if (XSupportsLocale() && screen->
wide_chars
) {
2755
!(screen->
wide_chars
|| screen->c1_printable)) {
4878
else if (screen->
wide_chars
&& *target == XA_STRING) {
4885
} else if (screen->
wide_chars
&& *target == XA_UTF8_STRING(dpy)) {
4892
} else if (screen->
wide_chars
&& *target == XA_TEXT(dpy)) {
4899
} else if (screen->
wide_chars
&& *target == XA_COMPOUND_TEXT(dpy)) {
4909
else if (*target == XA_STRING) { /* not
wide_chars
*/
4922
} else if (*target == XA_TEXT(dpy)) { /* not
wide_chars
*/
[
all
...]
ptyx.h
1716
#define if_OPT_WIDE_CHARS(screen, code) if(screen->
wide_chars
) code
1717
#define if_WIDE_OR_NARROW(screen, wide, narrow) if(screen->
wide_chars
) wide else narrow
2485
Boolean
wide_chars
; /* true when 16-bit chars */
member in struct:__anon12178
charproc.c
793
Bres(XtNwideChars, XtCWideChars, screen.
wide_chars
, False),
1249
if (screen->
wide_chars
&& (screen->utf8_mode || screen->utf8_nrc_mode)) {
1282
if (screen->
wide_chars
&& (screen->utf8_mode || screen->utf8_nrc_mode)) {
2962
&& screen->
wide_chars
3159
if (!screen->
wide_chars
)
3181
if (screen->
wide_chars
6013
screen->
wide_chars
,
6016
if ((!screen->
wide_chars
) && (AsciiOf(c) == 'G')) {
6020
if (screen->
wide_chars
8587
!(screen->
wide_chars
|| screen->c1_printable) &
[
all
...]
Tekproc.c
729
if (screen->
wide_chars
menu.c
1849
if (screen->
wide_chars
) {
fontutils.c
3661
if (XftFp(norm) != NULL && screen->
wide_chars
) {
misc.c
5239
if (screen->
wide_chars
&& screen->utf8_mode) {
Completed in 53 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026