Home
last modified time | relevance | path

Searched defs:xpixel (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/usr.bin/tmux/
H A Dresize.c26 resize_window(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) in resize_window() argument
117 u_int *xpixel, u_int *ypixel) in clients_calculate_size() argument
286 default_window_size(struct client * c,struct session * s,struct window * w,u_int * sx,u_int * sy,u_int * xpixel,u_int * ypixel,int type) default_window_size() argument
362 u_int sx, sy, xpixel = 0, ypixel = 0; recalculate_size() local
[all...]
H A Dcmd-resize-window.c56 u_int adjust, sx, sy, xpixel = 0, ypixel = 0; in cmd_resize_window_exec() local
H A Dspawn.c86 u_int sx, sy, xpixel, ypixel; in spawn_window() local
H A Dwindow.c295 window_create(u_int sx, u_int sy, u_int xpixel, u_int ypixel) in window_create() argument
412 window_resize(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) in window_resize() argument
[all...]
H A Dtty.c123 u_int sx, sy, xpixel, ypixel; tty_resize() local
151 tty_set_size(struct tty * tty,u_int sx,u_int sy,u_int xpixel,u_int ypixel) tty_set_size() argument
[all...]
H A Dtmux.h1140 u_int xpixel; global() member
1386 u_int xpixel; global() member
/openbsd-src/usr.bin/ssh/
H A Dsshpty.c122 u_int xpixel, u_int ypixel) in pty_change_window_size()
H A Dsession.h43 u_int row, col, xpixel, ypixel; member