Home
last modified time | relevance | path

Searched refs:B_CBRA (Results 1 – 7 of 7) sorted by relevance

/dports/print/abcm2ps/abcm2ps-8.13.23/
H A Dformat.c394 f->dblrepbar = (B_COL << 12) + (B_CBRA << 8) + (B_OBRA << 4) + B_COL; in set_format()
531 case B_CBRA: in print_format()
687 bar_type |= B_CBRA; in get_dblrepbar()
H A Dabcparse.c1427 bar_type |= B_CBRA; in parse_bar()
1448 if (bar_type == (B_OBRA << 8) + (B_BAR << 4) + B_CBRA) /* [|] */ in parse_bar()
1449 bar_type = (B_OBRA << 4) + B_CBRA; /* [] */ in parse_bar()
H A Dabcm2ps.h32 #define B_CBRA 3 /* ] */ macro
H A Ddeco.c1765 && s2->u.bar.type != (B_OBRA | B_CBRA)) in draw_repbra()
1766 || s2->u.bar.type == B_CBRA) { in draw_repbra()
1767 if (s2->u.bar.type == B_CBRA) in draw_repbra()
H A Ddraw.c1157 case (B_OBRA << 4) + B_CBRA: in bar_cnv()
1162 case (B_CBRA << 4) + B_BAR: in bar_cnv()
1179 bar_type |= B_CBRA; /* :..| -> :..|] */ in bar_cnv()
1238 case B_CBRA: in draw_bar()
H A Dparse.c3328 case (B_OBRA << 4) + B_CBRA: in get_bar()
3340 case (B_BAR << 4) + B_CBRA: in get_bar()
H A Dmusic.c1166 case B_CBRA: in set_width()