Home
last modified time | relevance | path

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

/dports/games/xzip/xzip/
H A Dxtext.c243 static long fore_to_white(long pos) in fore_to_white() function
245 static long fore_to_white(pos) in fore_to_white()
1396 px2 = fore_to_white(pos);
1425 dotlen = fore_to_white(pos)-drag_firstbeg;
1480 dotlen = fore_to_white(pos)-drag_firstbeg;
1626 pos = fore_to_white(pos);
1774 dotpos = fore_to_white(dotpos);
/dports/games/xglk/xglk/
H A Dxg_win_textbuf.c160 static long fore_to_white(window_textbuffer_t *cutwin, long pos);
500 px2 = fore_to_white(cutwin, pos); in win_textbuffer_perform_click()
539 cutwin->dotlen = fore_to_white(cutwin, pos)-cutwin->drag_firstbeg; in win_textbuffer_perform_click()
573 cutwin->dotlen = fore_to_white(cutwin, pos)-cutwin->drag_firstbeg; in win_textbuffer_perform_click()
621 static long fore_to_white(window_textbuffer_t *cutwin, long pos) in fore_to_white() function
2339 cutwin->dotpos = fore_to_white(cutwin, cutwin->dotpos); in xgc_buf_movecursor()
2444 pos = fore_to_white(cutwin, pos); in xgc_buf_delete()