Home
last modified time | relevance | path

Searched refs:ABC_T_REST (Results 1 – 6 of 6) sorted by relevance

/dports/print/abcm2ps/abcm2ps-8.13.23/
H A Dparse.c177 s->abc_type = ABC_T_REST; in mrest_expand()
195 s2->abc_type = ABC_T_REST; in mrest_expand()
3216 if (s2 && s2->abc_type == ABC_T_REST in adjust_dur()
3466 case ABC_T_REST: in do_tune()
3489 case ABC_T_REST: in do_tune()
3580 s2->abc_type = ABC_T_REST; in do_tune()
3594 s2->abc_type = ABC_T_REST; in do_tune()
4412 if (s->abc_type == ABC_T_REST) { in get_note()
6125 case ABC_T_REST: in set_tuplet()
6161 case ABC_T_REST: in set_tuplet()
[all …]
H A Dmusic.c401 if (s->abc_type == ABC_T_REST) { in may_combine()
402 if (s2->abc_type == ABC_T_REST in may_combine()
434 if (s2->abc_type != ABC_T_REST) { in do_combine()
440 if (s->abc_type == ABC_T_REST) { in do_combine()
520 && s->abc_type != ABC_T_REST) in combine_voices()
1092 if (s2->abc_type == ABC_T_REST) in set_width()
1605 s->abc_type = ABC_T_REST; in to_rest()
3033 if (s->abc_type != ABC_T_REST) in set_rest_offset()
3442 if (s2->abc_type != ABC_T_REST) in set_words()
3578 if (s->abc_type == ABC_T_REST) in set_global()
H A Dabcparse.c1254 case ABC_T_REST: in parse_voice()
2177 case ABC_T_REST: in parse_line()
2341 s->abc_type = ABC_T_REST; in parse_note()
2356 s->abc_type = ABC_T_REST; in parse_note()
H A Dabcm2ps.h254 #define ABC_T_REST 5 macro
H A Ddeco.c1077 && s->abc_type != ABC_T_REST) { in deco_cnv()
1095 && s->abc_type != ABC_T_REST) { in deco_cnv()
H A Ddraw.c437 if (s->abc_type != ABC_T_REST) in calculate_beam()
526 case ABC_T_REST: in calculate_beam()
1205 for (s2 = s->prev; s2->abc_type != ABC_T_REST; s2 = s2->prev) in draw_bar()
3611 if (s->abc_type == ABC_T_REST) in draw_tblt_p()