Home
last modified time | relevance | path

Searched refs:c_pnd (Results 1 – 4 of 4) sorted by relevance

/dports/audio/fossmixer/detroit-0.2.3/engine/
H A Dworker_cb.c81 tp->c_pnd = IS_NO; in worker_cb_init_local()
101 if(tp->c_pnd != IS_YES) return; in callback_event_run()
103 tp->c_pnd = IS_NO; in callback_event_run()
190 tp->c_pnd = IS_YES; in callback_event_add()
H A Dworker_cb.h16 unsigned int c_pnd; /* Callback function is pending or not */ member
H A Dworker_draw.c130 c_pnd = IS_NO; in worker_draw_cancel_local_free()
1863 if(p == 0) c_pnd = IS_YES; in window_close_free()
2992 c_pnd = IS_MAYBE; in window_cmd_push()
2994 else if(c_pnd != IS_MAYBE) { in window_cmd_push()
2995 c_pnd = IS_YES; in window_cmd_push()
3090 if(p == 0) c_pnd = IS_YES; in window_cmd_cancel_permanent()
3102 if(c_pnd != IS_YES && c_pnd != IS_MAYBE) return; in window_cmd_roll()
3103 if(c_pnd == IS_YES) c_pnd = IS_NO; in window_cmd_roll()
H A Dworker_draw.h486 static unsigned int c_pnd = IS_NO; /* Window command is pending or not */ variable