Home
last modified time | relevance | path

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

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c5233 if( etbx == NULL ) return; in gui_tbox_finish_editing()
5258 etbx = NULL; in gui_tbox_finish_editing()
5280 if( ( etbx != NULL ) && ( etbx != &tbx[i] ) ) in gui_check_tbox_press()
5287 etbx = &tbx[i]; in gui_check_tbox_press()
5289 etbx->cpos = ((x-etbx->x)>>3)+etbx->spos; in gui_check_tbox_press()
5616 if( etbx ) in gui_mouse_handler()
5729 if( etbx != NULL ) break; in gui_mouse_handler()
5864 if( etbx != NULL ) break; in gui_mouse_handler()
5916 if( x < etbx->x ) x = etbx->x; in gui_mouse_handler()
5917 etbx->cpos = ((x-etbx->x)>>3)+etbx->spos; in gui_mouse_handler()
[all …]