Home
last modified time | relevance | path

Searched refs:ABC_T_BAR (Results 1 – 5 of 5) sorted by relevance

/dports/print/abcm2ps/abcm2ps-8.13.23/
H A Dabcparse.c1255 case ABC_T_BAR: in parse_voice()
1456 s = abc_new(ABC_T_BAR, gchord); in parse_bar()
1515 s = abc_new(ABC_T_BAR, repeat_value); in parse_bar()
1673 while (is && (is->abc_type != ABC_T_BAR in parse_decoline()
H A Dabcm2ps.h255 #define ABC_T_BAR 6 macro
H A Dparse.c192 s2->abc_type = ABC_T_BAR; in mrest_expand()
1089 case ABC_T_BAR: in acc_same_pitch()
1984 if (s->abc_type == ABC_T_BAR in get_over()
3497 case ABC_T_BAR: in do_tune()
5513 if (s2->abc_type == ABC_T_BAR) { in process_pscomment()
H A Ddeco.c1069 if (dd->func == 0 && s->abc_type == ABC_T_BAR in deco_cnv()
H A Ddraw.c3350 && s2->abc_type != ABC_T_BAR) { in draw_all_ties()