Searched refs:BC (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libtermcap/common/
H A Dtermcap.h35 extern char PC, *UP, *BC;
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtgoto.c48 char *BC; variable
173 (BC ? BC : "\b") : UP);
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_put.c212 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 Dcurses.c53 char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL, *DM, variable
H A Dcr_tty.c45 &AL, &BC, &BT, &CD, &CE, &CL, &CM, &CR, &CS,
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbioscd.c93 #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 Demlxs_ip.c243 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 Dcurses.h61 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 Demlxs_iocb.h280 #define BC 0x02 /* Broadcast Received - Fctl */ macro

Completed in 78 milliseconds