Home
last modified time | relevance | path

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

/dports/sysutils/tmux/tmux-3.2a/
H A Dscreen.c109 s->saved_cx = UINT_MAX; in screen_reinit()
565 s->saved_cx = s->cx; in screen_alternate_on()
593 if (cursor && s->saved_cx != UINT_MAX && s->saved_cy != UINT_MAX) { in screen_alternate_off()
594 s->cx = s->saved_cx; in screen_alternate_off()
H A Dtmux.h834 u_int saved_cx; member
H A Dformat.c1169 return (format_printf("%u", ft->wp->base.saved_cx)); in format_cb_alternate_saved_x()
/dports/devel/p5-indirect/indirect-0.39/
H A Dindirect.xs175 PERL_CONTEXT saved_cx; in indirect_call_sv() local
189 saved_cx = cxstack[cxix]; in indirect_call_sv()
193 cxstack[cxix] = saved_cx; in indirect_call_sv()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/s390/char/
H A Dtty3270.c102 unsigned int saved_cx, saved_cy; member
1518 tp->saved_cx = tp->cx; in tty3270_escape_sequence()
1525 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
1530 tp->cx = tp->saved_cx = 0; in tty3270_escape_sequence()
1619 tp->saved_cx = tp->cx; in tty3270_escape_sequence()
1626 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
1841 tp->cx = tp->saved_cx = 0; in tty3270_hangup()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/s390/char/
H A Dtty3270.c102 unsigned int saved_cx, saved_cy; member
1518 tp->saved_cx = tp->cx; in tty3270_escape_sequence()
1525 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
1530 tp->cx = tp->saved_cx = 0; in tty3270_escape_sequence()
1619 tp->saved_cx = tp->cx; in tty3270_escape_sequence()
1626 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
1841 tp->cx = tp->saved_cx = 0; in tty3270_hangup()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/s390/char/
H A Dtty3270.c102 unsigned int saved_cx, saved_cy; member
1518 tp->saved_cx = tp->cx; in tty3270_escape_sequence()
1525 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
1530 tp->cx = tp->saved_cx = 0; in tty3270_escape_sequence()
1619 tp->saved_cx = tp->cx; in tty3270_escape_sequence()
1626 tty3270_goto_xy(tp, tp->saved_cx, tp->saved_cy); in tty3270_escape_sequence()
1841 tp->cx = tp->saved_cx = 0; in tty3270_hangup()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dtmate-encoder.c419 pack(int, wp->saved_cx); in do_snapshot_pane()
H A Dwindow.c1063 wp->saved_cx = s->cx; in window_pane_alternate_on()
1100 s->cx = wp->saved_cx; in window_pane_alternate_off()
H A Dformat.c1217 format_add(ft, "alternate_saved_x", "%u", wp->saved_cx); in format_defaults_pane()
H A Dtmux.h912 u_int saved_cx; member
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtmate-daemon-decoder.c511 wp->saved_cx = unpack_int(&grid_uk); in restore_snapshot_pane()
H A Dwindow.c1061 wp->saved_cx = s->cx; in window_pane_alternate_on()
1098 s->cx = wp->saved_cx; in window_pane_alternate_off()
H A Dformat.c1226 format_add(ft, "alternate_saved_x", "%u", wp->saved_cx); in format_defaults_pane()
H A Dtmux.h926 u_int saved_cx; member
/dports/sysutils/tmux23/tmux-2.3/
H A Dwindow.c1032 wp->saved_cx = s->cx; in window_pane_alternate_on()
1069 s->cx = wp->saved_cx; in window_pane_alternate_off()
H A Dformat.c1208 format_add(ft, "alternate_saved_x", "%u", wp->saved_cx); in format_defaults_pane()
H A Dtmux.h919 u_int saved_cx; member
/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/
H A DUpper.xs752 PERL_CONTEXT saved_cx; in su_call() local
770 saved_cx = cxstack[cxix]; in su_call()
776 cxstack[cxix] = saved_cx; in su_call()