OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNDERLINE
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
testxmc.c
61
*
UNDERLINE
2
66
*
underline
. Just for completeness, we recognize all of the video
122
found = MARK_ON(
UNDERLINE
);
134
found = MARK_OFF(
UNDERLINE
);
html.c
104
fputs(" .ul { text-decoration:
underline
}\n", fp);
108
fputs(" .lu { text-decoration: line-through
underline
}\n", fp);
208
* Treat ATR_DBL_UNDER the same as
UNDERLINE
since there is no
211
* "text-decoration:
underline
double" is a browser extension).
213
if ((ld->attribs[col] & (
UNDERLINE
| ATR_DBL_UNDER)) &&
216
else if (ld->attribs[col] & (
UNDERLINE
| ATR_DBL_UNDER))
224
if (ld->attribs[col] &
UNDERLINE
)
svg.c
264
if (ld->attribs[col] &
UNDERLINE
) {
ptyx.h
1171
,srm_DECATCUM = 114 /* vt520:Alternate Text Color
Underline
*/
1506
#define COLOR_UL (NUM_ANSI_COLORS+1) /*
UNDERLINE
*/
1695
#define XMC_FLAGS (INVERSE|
UNDERLINE
|BOLD|BLINK)
2445
Boolean colorULMode; /* use color for
underline
? */
2446
Boolean italicULMode; /* italic font for
underline
? */
2680
Boolean cursor_underline; /* true if cursor is in
underline
mode */
2817
Boolean
underline
; /* whether to
underline
text */
member in struct:__anon65
3547
#define
UNDERLINE
AttrBIT(1) /* true if underlining */
3616
#define SGR_MASK (BOLD | BLINK |
UNDERLINE
| INVERSE
[
all
...]
xterm.h
680
#define XtNunderLine "
underLine
"
935
#define XtCUnderLine "
UnderLine
"
1800
: (((screen)->colorULMode && ((flags) &
UNDERLINE
)) \
1820
checkVeryBoldAttr(flags, fg, COLOR_UL,
UNDERLINE
); \
screen.c
2875
flags ^=
UNDERLINE
;
2896
flags |=
UNDERLINE
;
2911
UIntClr(flags,
UNDERLINE
);
3106
if (ld->attribs[col] &
UNDERLINE
)
misc.c
3254
if (attr &
UNDERLINE
)
4663
UIntClr(xw->flags, (INVERSE | BLINK |
UNDERLINE
| BOLD));
4667
xw->flags |= (value & 2) ?
UNDERLINE
: 0;
5734
case srm_DECATCUM: /* vt520:alternate text color
underline
*/
7972
DATA(
UNDERLINE
);
7998
DATA(
UNDERLINE
);
8144
POP_FLAG(
UNDERLINE
);
util.c
3026
if ((attr_flags &
UNDERLINE
)
3084
if ((attr_flags &
UNDERLINE
)
3626
if (screen->
underline
&& !did_ul) {
3643
if ((attr_flags &
UNDERLINE
)) {
3970
* Draws text with the specified combination of bold/
underline
. The return
5153
* If we've got BOLD or
UNDERLINE
color-mode active, those will be used.
charproc.c
501
Bres(XtNunderLine, XtCUnderLine, screen.
underline
, True),
1097
/* Invoked after updating bold/
underline
flags, computes the extended color
1565
DATA(DGRP(1),
UNDERLINE
),
4162
UIntSet(xw->flags,
UNDERLINE
);
4213
UIntClr(xw->flags,
UNDERLINE
);
5570
| reply_bit(xw->flags &
UNDERLINE
, 2)
10574
/* resources allow for
underline
or block, not (yet) bar */
11322
init_Bres(screen.
underline
);
13393
isCursorUnderline(screen) ? "
underline
" : "bar"),
13403
* too complicated since the
underline
or bar and the text-cell us
[
all
...]
Completed in 63 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026