taglinefilesource code
EV_SZ240drivers/sound/sequencer.cunsigned char   event[EV_SZ], ev_code;
EV_SZ394drivers/sound/sequencer.cmemcpy (&queue[qtail * EV_SZ], note, EV_SZ);
EV_SZ922drivers/sound/sequencer.cif ((action = play_event (&queue[this_one * EV_SZ])))
EV_SZ1900drivers/sound/sequencer.cPERMANENT_MALLOC (unsigned char *, queue, SEQ_MAX_QUEUE * EV_SZ, mem_start);