Home
last modified time | relevance | path

Searched refs:mac_rc (Results 1 – 25 of 45) sorted by relevance

12

/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dmac_c.h58 #define SKIN_ACTION_PREV() {mac_rc=RC_PREVIOUS;mac_HandleControl();}
59 #define SKIN_ACTION_PLAY() {mac_rc=RC_CONTINUE;mac_HandleControl();}
60 #define SKIN_ACTION_PAUSE() {mac_rc=RC_TOGGLE_PAUSE;mac_HandleControl();}
61 #define SKIN_ACTION_STOP() {mac_rc=RC_QUIT;mac_HandleControl();}
62 #define SKIN_ACTION_NEXT() {mac_rc=RC_NEXT;mac_HandleControl();}
H A Dmac_c.c380 if( PtInRect(p, &rStop)){ mac_rc=RC_QUIT; ctl_current_time(0,0); } in click_PlayerWin()
381 else if( PtInRect(p, &rPlay)){ mac_rc=RC_CONTINUE; } in click_PlayerWin()
382 else if( PtInRect(p, &rPause)){ mac_rc=RC_TOGGLE_PAUSE; } in click_PlayerWin()
383 else if( PtInRect(p, &rPrevious)){ mac_rc=RC_PREVIOUS; } in click_PlayerWin()
384 else if( PtInRect(p, &rForward)){ mac_rc=RC_NEXT; } in click_PlayerWin()
386 if( skin_state==PLAYING ) mac_rc=RC_QUIT; in click_PlayerWin()
625 mac_rc=RC_LOAD_FILE; in click_ListWin()
1016 if( mac_rc ){ret=mac_rc; mac_rc=0; return ret;} in ctl_read()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dmac_c.h58 #define SKIN_ACTION_PREV() {mac_rc=RC_PREVIOUS;mac_HandleControl();}
59 #define SKIN_ACTION_PLAY() {mac_rc=RC_CONTINUE;mac_HandleControl();}
60 #define SKIN_ACTION_PAUSE() {mac_rc=RC_TOGGLE_PAUSE;mac_HandleControl();}
61 #define SKIN_ACTION_STOP() {mac_rc=RC_QUIT;mac_HandleControl();}
62 #define SKIN_ACTION_NEXT() {mac_rc=RC_NEXT;mac_HandleControl();}
H A Dmac_c.c380 if( PtInRect(p, &rStop)){ mac_rc=RC_QUIT; ctl_current_time(0,0); } in click_PlayerWin()
381 else if( PtInRect(p, &rPlay)){ mac_rc=RC_CONTINUE; } in click_PlayerWin()
382 else if( PtInRect(p, &rPause)){ mac_rc=RC_TOGGLE_PAUSE; } in click_PlayerWin()
383 else if( PtInRect(p, &rPrevious)){ mac_rc=RC_PREVIOUS; } in click_PlayerWin()
384 else if( PtInRect(p, &rForward)){ mac_rc=RC_NEXT; } in click_PlayerWin()
386 if( skin_state==PLAYING ) mac_rc=RC_QUIT; in click_PlayerWin()
625 mac_rc=RC_LOAD_FILE; in click_ListWin()
1016 if( mac_rc ){ret=mac_rc; mac_rc=0; return ret;} in ctl_read()
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dmac_c.h58 #define SKIN_ACTION_PREV() {mac_rc=RC_PREVIOUS;mac_HandleControl();}
59 #define SKIN_ACTION_PLAY() {mac_rc=RC_CONTINUE;mac_HandleControl();}
60 #define SKIN_ACTION_PAUSE() {mac_rc=RC_TOGGLE_PAUSE;mac_HandleControl();}
61 #define SKIN_ACTION_STOP() {mac_rc=RC_QUIT;mac_HandleControl();}
62 #define SKIN_ACTION_NEXT() {mac_rc=RC_NEXT;mac_HandleControl();}
H A Dmac_c.c380 if( PtInRect(p, &rStop)){ mac_rc=RC_QUIT; ctl_current_time(0,0); } in click_PlayerWin()
381 else if( PtInRect(p, &rPlay)){ mac_rc=RC_CONTINUE; } in click_PlayerWin()
382 else if( PtInRect(p, &rPause)){ mac_rc=RC_TOGGLE_PAUSE; } in click_PlayerWin()
383 else if( PtInRect(p, &rPrevious)){ mac_rc=RC_PREVIOUS; } in click_PlayerWin()
384 else if( PtInRect(p, &rForward)){ mac_rc=RC_NEXT; } in click_PlayerWin()
386 if( skin_state==PLAYING ) mac_rc=RC_QUIT; in click_PlayerWin()
625 mac_rc=RC_LOAD_FILE; in click_ListWin()
1016 if( mac_rc ){ret=mac_rc; mac_rc=0; return ret;} in ctl_read()
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dmac_c.h58 #define SKIN_ACTION_PREV() {mac_rc=RC_PREVIOUS;mac_HandleControl();}
59 #define SKIN_ACTION_PLAY() {mac_rc=RC_CONTINUE;mac_HandleControl();}
60 #define SKIN_ACTION_PAUSE() {mac_rc=RC_TOGGLE_PAUSE;mac_HandleControl();}
61 #define SKIN_ACTION_STOP() {mac_rc=RC_QUIT;mac_HandleControl();}
62 #define SKIN_ACTION_NEXT() {mac_rc=RC_NEXT;mac_HandleControl();}
H A Dmac_c.c380 if( PtInRect(p, &rStop)){ mac_rc=RC_QUIT; ctl_current_time(0,0); } in click_PlayerWin()
381 else if( PtInRect(p, &rPlay)){ mac_rc=RC_CONTINUE; } in click_PlayerWin()
382 else if( PtInRect(p, &rPause)){ mac_rc=RC_TOGGLE_PAUSE; } in click_PlayerWin()
383 else if( PtInRect(p, &rPrevious)){ mac_rc=RC_PREVIOUS; } in click_PlayerWin()
384 else if( PtInRect(p, &rForward)){ mac_rc=RC_NEXT; } in click_PlayerWin()
386 if( skin_state==PLAYING ) mac_rc=RC_QUIT; in click_PlayerWin()
625 mac_rc=RC_LOAD_FILE; in click_ListWin()
1016 if( mac_rc ){ret=mac_rc; mac_rc=0; return ret;} in ctl_read()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dmac_c.h58 #define SKIN_ACTION_PREV() {mac_rc=RC_PREVIOUS;mac_HandleControl();}
59 #define SKIN_ACTION_PLAY() {mac_rc=RC_CONTINUE;mac_HandleControl();}
60 #define SKIN_ACTION_PAUSE() {mac_rc=RC_TOGGLE_PAUSE;mac_HandleControl();}
61 #define SKIN_ACTION_STOP() {mac_rc=RC_QUIT;mac_HandleControl();}
62 #define SKIN_ACTION_NEXT() {mac_rc=RC_NEXT;mac_HandleControl();}
H A Dmac_c.c380 if( PtInRect(p, &rStop)){ mac_rc=RC_QUIT; ctl_current_time(0,0); } in click_PlayerWin()
381 else if( PtInRect(p, &rPlay)){ mac_rc=RC_CONTINUE; } in click_PlayerWin()
382 else if( PtInRect(p, &rPause)){ mac_rc=RC_TOGGLE_PAUSE; } in click_PlayerWin()
383 else if( PtInRect(p, &rPrevious)){ mac_rc=RC_PREVIOUS; } in click_PlayerWin()
384 else if( PtInRect(p, &rForward)){ mac_rc=RC_NEXT; } in click_PlayerWin()
386 if( skin_state==PLAYING ) mac_rc=RC_QUIT; in click_PlayerWin()
625 mac_rc=RC_LOAD_FILE; in click_ListWin()
1016 if( mac_rc ){ret=mac_rc; mac_rc=0; return ret;} in ctl_read()
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dmac_c.h58 #define SKIN_ACTION_PREV() {mac_rc=RC_PREVIOUS;mac_HandleControl();}
59 #define SKIN_ACTION_PLAY() {mac_rc=RC_CONTINUE;mac_HandleControl();}
60 #define SKIN_ACTION_PAUSE() {mac_rc=RC_TOGGLE_PAUSE;mac_HandleControl();}
61 #define SKIN_ACTION_STOP() {mac_rc=RC_QUIT;mac_HandleControl();}
62 #define SKIN_ACTION_NEXT() {mac_rc=RC_NEXT;mac_HandleControl();}
H A Dmac_c.c380 if( PtInRect(p, &rStop)){ mac_rc=RC_QUIT; ctl_current_time(0,0); } in click_PlayerWin()
381 else if( PtInRect(p, &rPlay)){ mac_rc=RC_CONTINUE; } in click_PlayerWin()
382 else if( PtInRect(p, &rPause)){ mac_rc=RC_TOGGLE_PAUSE; } in click_PlayerWin()
383 else if( PtInRect(p, &rPrevious)){ mac_rc=RC_PREVIOUS; } in click_PlayerWin()
384 else if( PtInRect(p, &rForward)){ mac_rc=RC_NEXT; } in click_PlayerWin()
386 if( skin_state==PLAYING ) mac_rc=RC_QUIT; in click_PlayerWin()
625 mac_rc=RC_LOAD_FILE; in click_ListWin()
1016 if( mac_rc ){ret=mac_rc; mac_rc=0; return ret;} in ctl_read()
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dmac_c.h58 #define SKIN_ACTION_PREV() {mac_rc=RC_PREVIOUS;mac_HandleControl();}
59 #define SKIN_ACTION_PLAY() {mac_rc=RC_CONTINUE;mac_HandleControl();}
60 #define SKIN_ACTION_PAUSE() {mac_rc=RC_TOGGLE_PAUSE;mac_HandleControl();}
61 #define SKIN_ACTION_STOP() {mac_rc=RC_QUIT;mac_HandleControl();}
62 #define SKIN_ACTION_NEXT() {mac_rc=RC_NEXT;mac_HandleControl();}
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dmac_c.h58 #define SKIN_ACTION_PREV() {mac_rc=RC_PREVIOUS;mac_HandleControl();}
59 #define SKIN_ACTION_PLAY() {mac_rc=RC_CONTINUE;mac_HandleControl();}
60 #define SKIN_ACTION_PAUSE() {mac_rc=RC_TOGGLE_PAUSE;mac_HandleControl();}
61 #define SKIN_ACTION_STOP() {mac_rc=RC_QUIT;mac_HandleControl();}
62 #define SKIN_ACTION_NEXT() {mac_rc=RC_NEXT;mac_HandleControl();}
H A Dmac_c.c380 if( PtInRect(p, &rStop)){ mac_rc=RC_QUIT; ctl_current_time(0,0); } in click_PlayerWin()
381 else if( PtInRect(p, &rPlay)){ mac_rc=RC_CONTINUE; } in click_PlayerWin()
382 else if( PtInRect(p, &rPause)){ mac_rc=RC_TOGGLE_PAUSE; } in click_PlayerWin()
383 else if( PtInRect(p, &rPrevious)){ mac_rc=RC_PREVIOUS; } in click_PlayerWin()
384 else if( PtInRect(p, &rForward)){ mac_rc=RC_NEXT; } in click_PlayerWin()
386 if( skin_state==PLAYING ) mac_rc=RC_QUIT; in click_PlayerWin()
625 mac_rc=RC_LOAD_FILE; in click_ListWin()
1016 if( mac_rc ){ret=mac_rc; mac_rc=0; return ret;} in ctl_read()
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dmac_c.h58 #define SKIN_ACTION_PREV() {mac_rc=RC_PREVIOUS;mac_HandleControl();}
59 #define SKIN_ACTION_PLAY() {mac_rc=RC_CONTINUE;mac_HandleControl();}
60 #define SKIN_ACTION_PAUSE() {mac_rc=RC_TOGGLE_PAUSE;mac_HandleControl();}
61 #define SKIN_ACTION_STOP() {mac_rc=RC_QUIT;mac_HandleControl();}
62 #define SKIN_ACTION_NEXT() {mac_rc=RC_NEXT;mac_HandleControl();}
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dmac_main.c71 int mac_rc, skin_state=WAITING, mac_n_files, nPlaying; variable
269 if( skin_state==WAITING && mac_rc==RC_PREVIOUS && nPlaying>0) in HandleNullEvent()
270 {nPlaying--; mac_rc=0; } in HandleNullEvent()
320 switch(mac_rc) in mac_HandleControl()
332 { skin_state=WAITING; mac_rc=0; if( nPlaying<mac_n_files ) nPlaying++; } in mac_HandleControl()
336 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_NEXT;} in mac_HandleControl()
339 if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_PREVIOUS;} in mac_HandleControl()
342 {nPlaying--; mac_rc=0; } in mac_HandleControl()
345 if( skin_state==STOP ){ skin_state=WAITING; mac_rc=0; } in mac_HandleControl()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Dmac_main.c71 int mac_rc, skin_state=WAITING, mac_n_files, nPlaying; variable
269 if( skin_state==WAITING && mac_rc==RC_PREVIOUS && nPlaying>0) in HandleNullEvent()
270 {nPlaying--; mac_rc=0; } in HandleNullEvent()
320 switch(mac_rc) in mac_HandleControl()
332 { skin_state=WAITING; mac_rc=0; if( nPlaying<mac_n_files ) nPlaying++; } in mac_HandleControl()
336 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_NEXT;} in mac_HandleControl()
339 if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_PREVIOUS;} in mac_HandleControl()
342 {nPlaying--; mac_rc=0; } in mac_HandleControl()
345 if( skin_state==STOP ){ skin_state=WAITING; mac_rc=0; } in mac_HandleControl()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/timidity/
H A Dmac_main.c71 int mac_rc, skin_state=WAITING, mac_n_files, nPlaying;
269 if( skin_state==WAITING && mac_rc==RC_PREVIOUS && nPlaying>0)
270 {nPlaying--; mac_rc=0; }
320 switch(mac_rc)
332 { skin_state=WAITING; mac_rc=0; if( nPlaying<mac_n_files ) nPlaying++; }
336 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_NEXT;}
339 if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_PREVIOUS;}
342 {nPlaying--; mac_rc=0; }
345 if( skin_state==STOP ){ skin_state=WAITING; mac_rc=0; }
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); }
[all …]
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/timidity/
H A Dmac_main.c71 int mac_rc, skin_state=WAITING, mac_n_files, nPlaying; variable
269 if( skin_state==WAITING && mac_rc==RC_PREVIOUS && nPlaying>0) in HandleNullEvent()
270 {nPlaying--; mac_rc=0; } in HandleNullEvent()
320 switch(mac_rc) in mac_HandleControl()
332 { skin_state=WAITING; mac_rc=0; if( nPlaying<mac_n_files ) nPlaying++; } in mac_HandleControl()
336 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_NEXT;} in mac_HandleControl()
339 if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_PREVIOUS;} in mac_HandleControl()
342 {nPlaying--; mac_rc=0; } in mac_HandleControl()
345 if( skin_state==STOP ){ skin_state=WAITING; mac_rc=0; } in mac_HandleControl()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
[all …]
/dports/audio/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dmac_main.c71 int mac_rc, skin_state=WAITING, mac_n_files, nPlaying; variable
269 if( skin_state==WAITING && mac_rc==RC_PREVIOUS && nPlaying>0) in HandleNullEvent()
270 {nPlaying--; mac_rc=0; } in HandleNullEvent()
320 switch(mac_rc) in mac_HandleControl()
332 { skin_state=WAITING; mac_rc=0; if( nPlaying<mac_n_files ) nPlaying++; } in mac_HandleControl()
336 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_NEXT;} in mac_HandleControl()
339 if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_PREVIOUS;} in mac_HandleControl()
342 {nPlaying--; mac_rc=0; } in mac_HandleControl()
345 if( skin_state==STOP ){ skin_state=WAITING; mac_rc=0; } in mac_HandleControl()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
[all …]
/dports/audio/timidity++/TiMidity++-2.15.0/timidity/
H A Dmac_main.c71 int mac_rc, skin_state=WAITING, mac_n_files, nPlaying; variable
269 if( skin_state==WAITING && mac_rc==RC_PREVIOUS && nPlaying>0) in HandleNullEvent()
270 {nPlaying--; mac_rc=0; } in HandleNullEvent()
320 switch(mac_rc) in mac_HandleControl()
332 { skin_state=WAITING; mac_rc=0; if( nPlaying<mac_n_files ) nPlaying++; } in mac_HandleControl()
336 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_NEXT;} in mac_HandleControl()
339 if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_PREVIOUS;} in mac_HandleControl()
342 {nPlaying--; mac_rc=0; } in mac_HandleControl()
345 if( skin_state==STOP ){ skin_state=WAITING; mac_rc=0; } in mac_HandleControl()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
[all …]
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/timidity/
H A Dmac_main.c71 int mac_rc, skin_state=WAITING, mac_n_files, nPlaying;
269 if( skin_state==WAITING && mac_rc==RC_PREVIOUS && nPlaying>0)
270 {nPlaying--; mac_rc=0; }
320 switch(mac_rc)
332 { skin_state=WAITING; mac_rc=0; if( nPlaying<mac_n_files ) nPlaying++; }
336 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_NEXT;}
339 if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_PREVIOUS;}
342 {nPlaying--; mac_rc=0; }
345 if( skin_state==STOP ){ skin_state=WAITING; mac_rc=0; }
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); }
[all …]
/dports/audio/timidity++-motif/TiMidity++-2.15.0/timidity/
H A Dmac_main.c71 int mac_rc, skin_state=WAITING, mac_n_files, nPlaying; variable
269 if( skin_state==WAITING && mac_rc==RC_PREVIOUS && nPlaying>0) in HandleNullEvent()
270 {nPlaying--; mac_rc=0; } in HandleNullEvent()
320 switch(mac_rc) in mac_HandleControl()
332 { skin_state=WAITING; mac_rc=0; if( nPlaying<mac_n_files ) nPlaying++; } in mac_HandleControl()
336 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_NEXT;} in mac_HandleControl()
339 if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_PREVIOUS;} in mac_HandleControl()
342 {nPlaying--; mac_rc=0; } in mac_HandleControl()
345 if( skin_state==STOP ){ skin_state=WAITING; mac_rc=0; } in mac_HandleControl()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
[all …]
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/timidity/
H A Dmac_main.c71 int mac_rc, skin_state=WAITING, mac_n_files, nPlaying; variable
269 if( skin_state==WAITING && mac_rc==RC_PREVIOUS && nPlaying>0) in HandleNullEvent()
270 {nPlaying--; mac_rc=0; } in HandleNullEvent()
320 switch(mac_rc) in mac_HandleControl()
332 { skin_state=WAITING; mac_rc=0; if( nPlaying<mac_n_files ) nPlaying++; } in mac_HandleControl()
336 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_NEXT;} in mac_HandleControl()
339 if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_PREVIOUS;} in mac_HandleControl()
342 {nPlaying--; mac_rc=0; } in mac_HandleControl()
345 if( skin_state==STOP ){ skin_state=WAITING; mac_rc=0; } in mac_HandleControl()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
[all …]

12