Home
last modified time | relevance | path

Searched refs:ABC_T_INFO (Results 1 – 3 of 3) sorted by relevance

/dports/print/abcm2ps/abcm2ps-8.13.23/
H A Dparse.c1719 case ABC_T_INFO: in get_lyric()
1924 case ABC_T_INFO: in get_lyric()
2606 if (s2->abc_type == ABC_T_INFO) { in tune_header_rebuild()
2616 if (s->abc_type == ABC_T_INFO) { in tune_header_rebuild()
2798 case ABC_T_INFO: in get_global_def()
3067 if (s->abc_next->abc_type != ABC_T_INFO in get_info()
3119 && s->abc_next->abc_type == ABC_T_INFO in get_info()
3482 case ABC_T_INFO: in do_tune()
3524 if (s->abc_next->abc_type != ABC_T_INFO) in do_tune()
3682 if (s->abc_prev->abc_type == ABC_T_INFO) { in get_clef()
[all …]
H A Dabcm2ps.h250 #define ABC_T_INFO 1 /* (text[0] gives the info type) */ macro
H A Dabcparse.c2517 s = abc_new(ABC_T_INFO, p); in parse_info()