Searched refs:BT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c53 char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL, *DM, variable
H A Dcr_put.c258 * if (BT && outcol > destcol &&
260 * j *= (k = (int)strlen(BT));
315 if (BT)
316 k = (int)strlen(BT);
321 * if (BT && outcol - destcol > k + 4) {
322 * (void) tputs(BT, 0, plodput);
H A Dcr_tty.c45 &AL, &BC, &BT, &CD, &CE, &CL, &CM, &CR, &CS,
148 if (!GT) BT = NULL; /* If we can't tab, we can't backtab either */
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h61 extern char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL,
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3195 /* BitTimes (BT) conversion */
3196 #define IXGBE_BT2KB(BT) ((BT + (8 * 1024 - 1)) / (8 * 1024))
3197 #define IXGBE_B2BT(BT) (BT * 8)

Completed in 71 milliseconds