Home
last modified time | relevance | path

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

/dragonfly/games/cgram/
H A Dcgram.c186 cur_max_x(void) in cur_max_x() function
209 if (cursor_x == cur_max_x()) in char_at_cursor()
366 cursor_x = imin(cursor_x, cur_max_x()); in saturate_cursor()
394 (cursor_y == cur_max_y() && cursor_x < cur_max_x()); in can_go_right()
401 cursor_x = cur_max_x(); in go_to_prev_line()
423 if (cursor_x < cur_max_x()) in go_right()
454 cursor_x < cur_max_x() && in can_substitute_here()
486 cursor_x = cur_max_x(); in handle_key()