Home
last modified time | relevance | path

Searched refs:ATTR_UNDERLINE (Results 51 – 64 of 64) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dansi.c38 #define ATTR_UNDERLINE 0x08 /**< Underline (mode 4) */ macro
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dmc6845.cpp102 #define ATTR_UNDERLINE BIT(attr, 5) macro
1808 if (ATTR_UNDERLINE && (ra == m_underline_ras)) data = 0xff; in MC6845_UPDATE_ROW()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dmc6845.cpp102 #define ATTR_UNDERLINE BIT(attr, 5) macro
1808 if (ATTR_UNDERLINE && (ra == m_underline_ras)) data = 0xff; in MC6845_UPDATE_ROW()
/dports/x11/sterm/st-0.8.4/
H A Dst.c1365 ATTR_UNDERLINE | in tsetattr()
1383 term.c.attr.mode |= ATTR_UNDERLINE; in tsetattr()
1406 term.c.attr.mode &= ~ATTR_UNDERLINE; in tsetattr()
H A Dx.c1463 if (base.mode & ATTR_UNDERLINE) { in xdrawglyphfontspecs()
1503 g.mode &= ATTR_BOLD|ATTR_ITALIC|ATTR_UNDERLINE|ATTR_STRUCK|ATTR_WIDE; in xdrawcursor()
/dports/x11-fm/xfe/xfe-1.44/st/
H A Dst.c1382 ATTR_UNDERLINE | in tsetattr()
1400 term.c.attr.mode |= ATTR_UNDERLINE; in tsetattr()
1423 term.c.attr.mode &= ~ATTR_UNDERLINE; in tsetattr()
H A Dx.c1463 if (base.mode & ATTR_UNDERLINE) { in xdrawglyphfontspecs()
1503 g.mode &= ATTR_BOLD|ATTR_ITALIC|ATTR_UNDERLINE|ATTR_STRUCK|ATTR_WIDE; in xdrawcursor()
/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Dtexttopdf.c1045 if (attr & ATTR_UNDERLINE) in write_string()
/dports/textproc/unrtf/unrtf-0.21.10/src/
H A Dconvert.c2272 attr_find_pop(ATTR_UNDERLINE); in cmd_ulnone()
2299 attr_push(ATTR_UNDERLINE, NULL); in cmd_ul()
/dports/irc/irssi/irssi-1.2.3/src/fe-text/
H A Dtextbuffer-view.c139 *color ^= ATTR_UNDERLINE; in update_cmd_color()
/dports/www/shellinabox/shellinabox-2.20/shellinabox/
H A Dvt100.jspp90 #define ATTR_UNDERLINE 0x0200
3393 if (this.attr & ATTR_UNDERLINE) {
3888 case 4: this.attr |= ATTR_UNDERLINE; break;
3908 case 24: this.attr &= ~ ATTR_UNDERLINE; break;
3920 this.attr = (this.attr & ~(ATTR_DIM|ATTR_BRIGHT|0x0F))|ATTR_UNDERLINE | ATTR_DEF_FG;
3924 this.attr = (this.attr & ~(ATTR_DIM|ATTR_BRIGHT|ATTR_UNDERLINE|0x0F)) | ATTR_DEF_FG;
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dxtext.c2454 case ATTR_UNDERLINE: in gtk_xtext_strip_color()
2968 case ATTR_UNDERLINE: in gtk_xtext_render_str()
3209 case ATTR_UNDERLINE: in find_next_wrap()
H A Dsexy-spell-entry.c964 case ATTR_UNDERLINE: in check_attributes()
/dports/lang/fpc-source/fpc-3.2.2/packages/ggi/src/
H A Dggi.pp73 ATTR_UNDERLINE = $00040000; // underline attribute

123