Searched refs:underline (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/crypto/external/bsd/libsaslc/dist/
H A Dstyle.css34 text-decoration: underline
/netbsd-current/sys/arch/amiga/dev/
H A Dite_cc.c126 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
518 while (underline--) {
526 underline = fh - cci->underline - 1;
527 while (underline
539 int underline = cci->underline; local
592 int underline = cci->underline; local
622 int underline = cci->underline; local
[all...]
H A Damidisplaycc.c575 * underline / reverse.
593 int underline; local
624 underline = (mode & WSATTR_UNDERLINE) > 0;
666 if (underline)
681 if (underline)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dtuiterm.exp317 set _attrs(underline) 0
327 set _attrs(underline) 1
336 set _attrs(underline) 0
401 underline 0
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dtuiterm.exp549 set _attrs(underline) 0
559 set _attrs(underline) 1
568 set _attrs(underline) 0
659 underline 0
/netbsd-current/sys/arch/atari/dev/
H A Dite_cc.c73 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;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delfxx-riscv.c1715 const char *underline = "_"; local
1720 /* No underline between rvXX and i/e. */
1723 underline = "";
1726 underline,
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfxx-riscv.c2076 const char *underline = "_"; local
2082 /* No underline between rvXX and i/e. */
2085 underline = "";
2088 underline,
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-riscv.c2064 const char *underline = "_"; local
2070 /* No underline between rvXX and i/e. */
2073 underline = "";
2076 underline,
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfxx-riscv.c2175 const char *underline = "_"; local
2181 /* No underline between rvXX and i/e. */
2184 underline = "";
2187 underline,
/netbsd-current/games/warp/
H A Dterm.h274 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
/netbsd-current/sys/dev/rasops/
H A Drasops.c485 /* Scaling underline by font height */
975 rasops_unpack_attr(long attr, int *fg, int *bg, int *underline) argument
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
/netbsd-current/sys/dev/usb/
H A Dudl.c1012 int fg, bg, underline, x, y, width, height; local
1014 rasops_unpack_attr(attr, &fg, &bg, &underline);
1034 if (underline != 0)
/netbsd-current/sys/arch/luna68k/dev/
H A Domrasops.c1751 om_unpack_attr(long attr, uint8_t *fg, uint8_t *bg, int *underline) argument
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp1518 void underline() function
3283 init_request("ul", underline);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc1725 /* Assuming colorization is enabled for the caret and underline
1845 /* Within a range. Draw either the caret or an underline. */
2129 ------------- : underline showing affected range
2134 ------------- : underline showing affected range
2552 annotation line, then print an extra underline to
2597 (ROW/COLUMN) (as opposed to an underline). COL_UNIT controls
2628 /* Within a multiline range, don't display any underline
3429 it should be indicated via an additional underline. */
3454 so it shouldn't be indicated via an additional underline. */
3991 it should be indicated via an additional underline
[all...]

Completed in 190 milliseconds