Searched refs:BT (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | curses.c | 53 char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL, *DM, variable
|
H A D | cr_put.c | 258 * 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 D | cr_tty.c | 45 &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 D | curses.h | 61 extern char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL,
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_type.h | 3195 /* 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