/src/sys/arch/amiga/dev/ |
ite_cc.c | 126 u_short underline; /* where the underline goes */ member in struct:ite_priv 247 cci->underline = ip->ftbaseline + 1; 485 * the underline could be added when the loop is unrolled 517 int underline = cci->underline; local in function:putc_ul 518 while (underline--) { 526 underline = fh - cci->underline - 1; 527 while (underline--) 539 int underline = cci->underline; local in function:putc_ul_in 592 int underline = cci->underline; local in function:putc_bd_ul 622 int underline = cci->underline; local in function:putc_bd_ul_in [all...] |
ite_cc.c | 126 u_short underline; /* where the underline goes */ member in struct:ite_priv 247 cci->underline = ip->ftbaseline + 1; 485 * the underline could be added when the loop is unrolled 517 int underline = cci->underline; local in function:putc_ul 518 while (underline--) { 526 underline = fh - cci->underline - 1; 527 while (underline--) 539 int underline = cci->underline; local in function:putc_ul_in 592 int underline = cci->underline; local in function:putc_bd_ul 622 int underline = cci->underline; local in function:putc_bd_ul_in [all...] |
amidisplaycc.c | 575 * underline / reverse. 593 int underline; local in function:amidisplaycc_putchar 624 underline = (mode & WSATTR_UNDERLINE) > 0; 666 if (underline) 681 if (underline)
|
amidisplaycc.c | 575 * underline / reverse. 593 int underline; local in function:amidisplaycc_putchar 624 underline = (mode & WSATTR_UNDERLINE) > 0; 666 if (underline) 681 if (underline)
|
/src/sys/arch/atari/dev/ |
ite_cc.c | 73 u_short underline; /* where the underline goes */ member in struct:ite_priv 433 cci->underline = ip->font.baseline + 1; 605 ul = (mode & ATTR_UL) ? fh - cci->underline : fh;
|
ite_cc.c | 73 u_short underline; /* where the underline goes */ member in struct:ite_priv 433 cci->underline = ip->font.baseline + 1; 605 ul = (mode & ATTR_UL) ? fh - cci->underline : fh;
|
/src/games/warp/ |
term.h | 274 EXT char *US INIT(NULL); /* start underline mode */ 275 EXT char *UE INIT(NULL); /* end underline mode */ 276 EXT char *UC INIT(NULL); /* underline a character, if that's how it's done */ 296 #define underline() do_tc(US,1) macro
|
term.h | 274 EXT char *US INIT(NULL); /* start underline mode */ 275 EXT char *UE INIT(NULL); /* end underline mode */ 276 EXT char *UC INIT(NULL); /* underline a character, if that's how it's done */ 296 #define underline() do_tc(US,1) macro
|
/src/sys/dev/rasops/ |
rasops.c | 485 /* Scaling underline by font height */ 975 rasops_unpack_attr(long attr, int *fg, int *bg, int *underline) 980 if (underline != NULL) 981 *underline = (uint32_t)attr & WSATTR_UNDERLINE; 1492 /* Do rotated char sans (side)underline */ 1497 * Do rotated underline 1616 /* Do rotated char sans (side)underline */ 1621 * Do rotated underline
|
rasops.c | 485 /* Scaling underline by font height */ 975 rasops_unpack_attr(long attr, int *fg, int *bg, int *underline) 980 if (underline != NULL) 981 *underline = (uint32_t)attr & WSATTR_UNDERLINE; 1492 /* Do rotated char sans (side)underline */ 1497 * Do rotated underline 1616 /* Do rotated char sans (side)underline */ 1621 * Do rotated underline
|
/src/sys/dev/usb/ |
udl.c | 1013 int fg, bg, underline, x, y, width, height; local in function:udl_putchar 1015 rasops_unpack_attr(attr, &fg, &bg, &underline); 1035 if (underline != 0)
|
udl.c | 1013 int fg, bg, underline, x, y, width, height; local in function:udl_putchar 1015 rasops_unpack_attr(attr, &fg, &bg, &underline); 1035 if (underline != 0)
|
/src/sys/arch/luna68k/dev/ |
omrasops.c | 1667 * b17: Underline (not supported yet) 1751 om_unpack_attr(long attr, uint8_t *fg, uint8_t *bg, int *underline)
|
omrasops.c | 1667 * b17: Underline (not supported yet) 1751 om_unpack_attr(long attr, uint8_t *fg, uint8_t *bg, int *underline)
|
/src/share/terminfo/ |
terminfo | 380 ansi+sgrul|ANSI underline only, 675 # underline, and reverse, which won't matter much if the terminal 1232 # Not used here, the program recognizes escapes for italic, underline and 1313 mach-bold|Mach console with bold instead of underline, 1756 # underline renders as color 1764 # + it renders underline using color. 2360 ibmpc3|pc3-bold|BSD/OS on the PC console with bold instead of underline, 2566 # | | | Cursor 0-Underline | | | Interlace 0-Off 3723 # supports blink and underline 3858 # all three supported attributes: bold, inverse-video and underline [all...] |
terminfo | 380 ansi+sgrul|ANSI underline only, 675 # underline, and reverse, which won't matter much if the terminal 1232 # Not used here, the program recognizes escapes for italic, underline and 1313 mach-bold|Mach console with bold instead of underline, 1756 # underline renders as color 1764 # + it renders underline using color. 2360 ibmpc3|pc3-bold|BSD/OS on the PC console with bold instead of underline, 2566 # | | | Cursor 0-Underline | | | Interlace 0-Off 3723 # supports blink and underline 3858 # all three supported attributes: bold, inverse-video and underline [all...] |