Searched refs:chbits (Results 1 – 7 of 7) sorted by relevance
107 c = RULE | chbits; in setline()270 c = BOXRULE | chbits; /* default box rule */ in setvline()368 drawbuf[0] = DRAWFCN | chbits | ZBIT; in setdraw()369 drawbuf[1] = type | chbits | ZBIT; in setdraw()370 drawbuf[2] = '.' | chbits | ZBIT; /* use default drawing character */ in setdraw()381 drawbuf[j++] = DRAWFCN | chbits | ZBIT; /* marks end for ptout */ in setdraw()424 rchar = tabc | chbits;426 rchar = dotc | chbits;
892 storeword(' ' | chbits, sps);904 storeword(' ' | chbits, sps);906 storeword(' ' | chbits, sps);
810 i = makem(-width(' ' | chbits)); in getch()956 return(makem(width('0' | chbits))); in getch()1124 i |= chbits; in getch0()
459 #define chbits env._chbits macro
1208 nmbits = chbits; in casenm()
122 return j | chbits; in setch()163 chbits = 0; in mchbits()164 setfbits(chbits, font); in mchbits()165 sps = width(' ' | chbits); in mchbits()
269 return(j + 128 | chbits); in setch()373 chbits = 0; in mchbits()374 setsbits(chbits, ++j); in mchbits()375 setfbits(chbits, font); in mchbits()376 sps = width(' ' | chbits); in mchbits()830 sps = width(' ' | chbits); in casess()