Home
last modified time | relevance | path

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

/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dgrid.c195 struct grid_line *gl_history, *gl_upper, *gl_lower; in grid_scroll_history_region() local
209 gl_upper = &gd->linedata[upper]; in grid_scroll_history_region()
214 memcpy(gl_history, gl_upper, sizeof *gl_history); in grid_scroll_history_region()
217 memmove(gl_upper, gl_upper + 1, (lower - upper) * sizeof *gl_upper); in grid_scroll_history_region()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dgrid.c195 struct grid_line *gl_history, *gl_upper, *gl_lower; in grid_scroll_history_region() local
209 gl_upper = &gd->linedata[upper]; in grid_scroll_history_region()
214 memcpy(gl_history, gl_upper, sizeof *gl_history); in grid_scroll_history_region()
217 memmove(gl_upper, gl_upper + 1, (lower - upper) * sizeof *gl_upper); in grid_scroll_history_region()
/dports/sysutils/tmux23/tmux-2.3/
H A Dgrid.c214 struct grid_line *gl_history, *gl_upper, *gl_lower; in grid_scroll_history_region() local
228 gl_upper = &gd->linedata[upper]; in grid_scroll_history_region()
233 memcpy(gl_history, gl_upper, sizeof *gl_history); in grid_scroll_history_region()
236 memmove(gl_upper, gl_upper + 1, (lower - upper) * sizeof *gl_upper); in grid_scroll_history_region()
/dports/sysutils/tmux/tmux-3.2a/
H A Dgrid.c422 struct grid_line *gl_history, *gl_upper; in grid_scroll_history_region() local
436 gl_upper = &gd->linedata[upper]; in grid_scroll_history_region()
440 memcpy(gl_history, gl_upper, sizeof *gl_history); in grid_scroll_history_region()
443 memmove(gl_upper, gl_upper + 1, (lower - upper) * sizeof *gl_upper); in grid_scroll_history_region()