Searched refs:BC (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libtermcap/common/ |
H A D | termcap.h | 35 extern char PC, *UP, *BC;
|
/illumos-gate/usr/src/ucblib/libtermcap/ |
H A D | tgoto.c | 48 char *BC; variable 173 (BC ? BC : "\b") : UP);
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | cr_put.c | 212 if (outcol - destcol <= i && (BS || BC)) 285 if (j > i + 1 || outcol > destcol && !BS && !BC) { 329 if (BC) 330 (void) tputs(BC, 0, plodput); 351 if (destcol - outcol > 4 && i < COLS && (BC || BS)) { 359 if (BC) 360 (void) tputs(BC, 0, plodput);
|
H A D | curses.c | 53 char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL, *DM, variable
|
H A D | cr_tty.c | 45 &AL, &BC, &BT, &CD, &CE, &CL, &CM, &CR, &CS,
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | bioscd.c | 93 #define BC(dev) (bcinfo[(dev)->d_unit]) macro 213 BC(dev).bc_open++; 214 if (BC(dev).bc_bcache == NULL) 215 BC(dev).bc_bcache = bcache_allocate(); 225 BC(dev).bc_open--; 226 if (BC(dev).bc_open == 0) { 227 bcache_free(BC(dev).bc_bcache); 228 BC(dev).bc_bcache = NULL; 243 bcd.dv_cache = BC(dev).bc_bcache;
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_ip.c | 243 else if (cmd->un.xrseq.w5.hcsw.Fctl & BC) { 260 if (cmd->un.xrseq.w5.hcsw.Fctl & BC) {
|
/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/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_iocb.h | 280 #define BC 0x02 /* Broadcast Received - Fctl */ macro
|
Completed in 78 milliseconds