Home
last modified time | relevance | path

Searched refs:BUTTON_IDLE (Results 1 – 23 of 23) sorted by relevance

/dports/comms/linrad/linrad-04.02/
H A Dmouse.c87 if (leftpressed==BUTTON_IDLE) in set_button_states()
109 if (rightpressed==BUTTON_IDLE) in set_button_states()
166 if(rightpressed == BUTTON_IDLE) in mouse_nothing()
170 leftpressed=BUTTON_IDLE; in mouse_nothing()
178 rightpressed=BUTTON_IDLE; in mouse_nothing()
H A Dfreq_control.c339 leftpressed=BUTTON_IDLE; in mouse_continue_freq_graph()
361 if(rightpressed == BUTTON_IDLE) in mouse_on_freq_graph()
388 if(rightpressed == BUTTON_IDLE) in mouse_on_freq_graph()
399 if(diskread_flag < 2 && rightpressed == BUTTON_IDLE) in mouse_on_freq_graph()
H A Dwcw.c562 rightpressed=BUTTON_IDLE; in mouse_rightpressed_dummy()
852 if(rightpressed==BUTTON_IDLE)mouse_task=-1; in wideband_dsp()
865 if(rightpressed==BUTTON_IDLE)mouse_task=-1; in wideband_dsp()
878 if(rightpressed==BUTTON_IDLE)mouse_task=-1; in wideband_dsp()
895 if(rightpressed==BUTTON_IDLE)mouse_task=-1; in wideband_dsp()
922 leftpressed=BUTTON_IDLE; in wideband_dsp()
923 rightpressed=BUTTON_IDLE; in wideband_dsp()
1357 rightpressed=BUTTON_IDLE; in narrowband_dsp()
1417 leftpressed=BUTTON_IDLE; in narrowband_dsp()
H A Dhires_graph.c560 leftpressed=BUTTON_IDLE; in mouse_continue_hires_graph()
575 leftpressed=BUTTON_IDLE; in hg_control_finish()
585 if(leftpressed == BUTTON_RELEASED)leftpressed=BUTTON_IDLE; in clever_limit_control()
602 if(leftpressed == BUTTON_RELEASED)leftpressed=BUTTON_IDLE; in stupid_limit_control()
652 leftpressed=BUTTON_IDLE; in hg_ston1_control()
672 leftpressed=BUTTON_IDLE; in hg_ston2_control()
684 leftpressed=BUTTON_IDLE; in hires_graph_selfreq()
H A Dmeter_graph.c271 leftpressed=BUTTON_IDLE; in mouse_continue_meter_graph()
285 if(rightpressed == BUTTON_IDLE) in mg_compute_stonavg()
392 leftpressed=BUTTON_IDLE; in mg_compute_stonavg()
400 rightpressed=BUTTON_IDLE; in mg_compute_stonavg()
H A Dextra_w3sz.c216 leftpressed=BUTTON_IDLE; in users_extra()
H A Dafc_graph.c839 leftpressed=BUTTON_IDLE; in mouse_continue_afc_graph()
930 leftpressed=BUTTON_IDLE; in ag_ston_control()
954 leftpressed=BUTTON_IDLE; in ag_lock_control()
979 leftpressed=BUTTON_IDLE; in ag_srch_control()
H A Dwide_graph.c102 leftpressed=BUTTON_IDLE; in wide_graph_selfreq()
298 rightpressed=BUTTON_IDLE; in mouse_continue_wide_graph_rightpressed()
360 rightpressed=BUTTON_IDLE; in wide_graph_add_signal()
823 leftpressed=BUTTON_IDLE; in mouse_continue_wide_graph()
860 leftpressed=BUTTON_IDLE; in mouse_continue_wide_graph()
H A Dusers.c375 leftpressed=BUTTON_IDLE; in mouse_continue_users_graph()
H A Dtxtest.c325 leftpressed=BUTTON_IDLE; in txtest()
H A Dusers_w3sz.c574 leftpressed=BUTTON_IDLE; in mouse_continue_users_graph()
H A Dpol_graph.c195 leftpressed=BUTTON_IDLE; in mouse_continue_pol_graph()
H A Dcoherent.c567 leftpressed=BUTTON_IDLE; in mouse_continue_coh_graph()
H A Dtx_graph.c500 leftpressed=BUTTON_IDLE; in mouse_continue_tx_graph()
H A Duidef.h3 #define BUTTON_IDLE 0 macro
H A Dfcdpp.c619 leftpressed=BUTTON_IDLE; in mouse_continue_fcdproplus_graph()
H A Dradar.c618 leftpressed=BUTTON_IDLE; in mouse_continue_radar_graph()
H A Dusers_tr.c640 leftpressed=BUTTON_IDLE; in mouse_continue_users_graph()
H A Delektor.c623 leftpressed=BUTTON_IDLE; in mouse_continue_elektor_graph()
H A Dbaseb_graph.c2412 leftpressed=BUTTON_IDLE; in mouse_continue_baseband_graph()
2518 leftpressed=BUTTON_IDLE; in baseb_par_control()
H A Deme.c555 leftpressed=BUTTON_IDLE; in mouse_continue_eme_graph()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dsearchopbg.hh158 typedef enum { BUTTON_CONTINUE, BUTTON_SUSPEND, BUTTON_IDLE } buttonmode_t; enumerator
H A Dsearchopbg.cc1376 prepareButton( *m_startb, BUTTON_IDLE ); in checkForResults()