Home
last modified time | relevance | path

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

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.h219 int16 at_NextPosNr; member
H A Dreplay.c367 at->at_NextPosNr = -1; in rp_clear_tune()
3256 if( at->at_NextPosNr != -1 ) in rp_play_irq()
3258 at->at_PosNr = at->at_NextPosNr; in rp_play_irq()
3259 at->at_NextPosNr = -1; in rp_play_irq()
3738 if( rp_tune->at_NextPosNr != -1 ) in rp_subtask_main()
3740 rp_tune->at_PosNr = rp_tune->at_NextPosNr; in rp_subtask_main()
3741 rp_tune->at_NextPosNr = -1; in rp_subtask_main()
4197 if( rp_playtune->at_NextPosNr != -1 ) in rp_send_command()
4202 rp_playtune->at_PosNr = rp_playtune->at_NextPosNr; in rp_send_command()
4203 rp_playtune->at_NextPosNr = -1; in rp_send_command()
H A Dgui.c1373 if( at->at_NextPosNr != -1 ) in gui_set_various_things()
1374 gui_check_nb( at, NB_POSNR, at->at_NextPosNr ); in gui_set_various_things()
2483 if( at->at_NextPosNr != -1 ) in gui_render_posed()
2484 posnr = at->at_NextPosNr; in gui_render_posed()
2782 at->at_NextPosNr = bp[i].cnum; in gui_update_from_nbox()
5520 if( curtune->at_NextPosNr == -1 ) in gui_wheelybin()
5523 next = curtune->at_NextPosNr + wheeldir; in gui_wheelybin()
5526 curtune->at_NextPosNr = next; in gui_wheelybin()
8445 if( curtune->at_NextPosNr == -1 ) in gui_handler()
8451 curtune->at_NextPosNr = next; in gui_handler()
[all …]