Searched refs:use_short (Results 1 – 3 of 3) sorted by relevance
62 static void VbGetDevMusicNotes(VbAudioContext *audio, int use_short) in VbGetDevMusicNotes() argument73 "maxsize is %d\n", use_short, hdr, maxsize)); in VbGetDevMusicNotes()75 if (use_short) { in VbGetDevMusicNotes()213 int use_short = 0; in VbAudioOpen() local244 use_short = 1; in VbAudioOpen()247 VbGetDevMusicNotes(audio, use_short); in VbAudioOpen()
247 use_short = True250 s = 'x' if use_short else long_string251 use_short = not use_short
259 use_short = True262 s = 'x' if use_short else long_string263 use_short = not use_short