Home
last modified time | relevance | path

Searched refs:mac_HandleControl (Results 1 – 25 of 36) 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();}
/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();}
/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();}
/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();}
/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();}
/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();}
/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();}
/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.c316 void mac_HandleControl() in mac_HandleControl() function
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()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
356 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_LOAD_FILE;} in mac_HandleControl()
H A Dmac_main.h56 void mac_HandleControl();
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Dmac_main.c316 void mac_HandleControl() in mac_HandleControl() function
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()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
356 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_LOAD_FILE;} in mac_HandleControl()
H A Dmac_main.h56 void mac_HandleControl();
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/timidity/
H A Dmac_main.c316 void mac_HandleControl()
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;}
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); }
356 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_LOAD_FILE;}
H A Dmac_main.h56 void mac_HandleControl();
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/timidity/
H A Dmac_main.c316 void mac_HandleControl() in mac_HandleControl() function
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()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
356 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_LOAD_FILE;} in mac_HandleControl()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dmac_main.c316 void mac_HandleControl() in mac_HandleControl() function
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()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
356 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_LOAD_FILE;} in mac_HandleControl()
H A Dmac_main.h56 void mac_HandleControl();
/dports/audio/timidity++/TiMidity++-2.15.0/timidity/
H A Dmac_main.c316 void mac_HandleControl() in mac_HandleControl() function
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()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
356 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_LOAD_FILE;} in mac_HandleControl()
H A Dmac_main.h56 void mac_HandleControl();
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/timidity/
H A Dmac_main.c316 void mac_HandleControl()
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;}
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); }
356 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_LOAD_FILE;}
H A Dmac_main.h56 void mac_HandleControl();
/dports/audio/timidity++-motif/TiMidity++-2.15.0/timidity/
H A Dmac_main.c316 void mac_HandleControl() in mac_HandleControl() function
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()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
356 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_LOAD_FILE;} in mac_HandleControl()
H A Dmac_main.h56 void mac_HandleControl();
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/timidity/
H A Dmac_main.c316 void mac_HandleControl() in mac_HandleControl() function
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()
346 else if( skin_state==PAUSE ){ mac_rc=RC_CONTINUE; mac_HandleControl(); } in mac_HandleControl()
356 { mac_rc=RC_CONTINUE; mac_HandleControl(); mac_rc=RC_LOAD_FILE;} in mac_HandleControl()

12