Home
last modified time | relevance | path

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

/dports/games/xzip/xzip/
H A Dxtext.c267 static long fore_to_nonwhite(long pos) in fore_to_nonwhite() function
269 static long fore_to_nonwhite(pos) in fore_to_nonwhite()
1625 pos = fore_to_nonwhite(dotpos);
1773 dotpos = fore_to_nonwhite(dotpos);
/dports/games/xglk/xglk/
H A Dxg_win_textbuf.c162 static long fore_to_nonwhite(window_textbuffer_t *cutwin, long pos);
640 static long fore_to_nonwhite(window_textbuffer_t *cutwin, long pos) in fore_to_nonwhite() function
2338 cutwin->dotpos = fore_to_nonwhite(cutwin, cutwin->dotpos); in xgc_buf_movecursor()
2443 pos = fore_to_nonwhite(cutwin, cutwin->dotpos); in xgc_buf_delete()