Home
last modified time | relevance | path

Searched refs:Mf_getc (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/test/
H A Dmidifile.c82 int (*Mf_getc) () = NULLFUNC; variable
169 if (Mf_getc == NULLFUNC) in mfread()
170 mferror ("mfread() called without setting Mf_getc"); in mfread()
198 while (n++ < 4 && (c = (*Mf_getc) ()) != EOF)
218 int c = (*Mf_getc) (); in egetc()
H A Dmidifile.h2 extern int (*Mf_getc)();
H A Dplaymidi1.c592 Mf_getc = mygetc; in main()

Completed in 4 milliseconds