Home
last modified time | relevance | path

Searched defs:ypixel (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dresize.c26 resize_window(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) in resize_window()
117 u_int *xpixel, u_int *ypixel) in clients_calculate_size()
286 u_int *sx, u_int *sy, u_int *xpixel, u_int *ypixel, int type) in default_window_size()
362 u_int sx, sy, xpixel = 0, ypixel = 0; in recalculate_size() local
Dcmd-resize-window.c56 u_int adjust, sx, sy, xpixel = 0, ypixel = 0; in cmd_resize_window_exec() local
Dimage-sixel.c38 u_int ypixel; member
271 sixel_parse(const char *buf, size_t len, u_int xpixel, u_int ypixel) in sixel_parse()
387 sixel_scale(struct sixel_image *si, u_int xpixel, u_int ypixel, u_int ox, in sixel_scale()
Dspawn.c84 u_int sx, sy, xpixel, ypixel; in spawn_window() local
Dwindow.c293 window_create(u_int sx, u_int sy, u_int xpixel, u_int ypixel) in window_create()
410 window_resize(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) in window_resize()
Dtty.c128 u_int sx, sy, xpixel, ypixel; in tty_resize() local
156 tty_set_size(struct tty *tty, u_int sx, u_int sy, u_int xpixel, u_int ypixel) in tty_set_size()
Dtmux.h1215 u_int ypixel; member
1462 u_int ypixel; member
/netbsd/src/crypto/external/bsd/openssh/dist/
Dsshpty.c125 u_int xpixel, u_int ypixel) in pty_change_window_size()
Dsession.h46 u_int row, col, xpixel, ypixel; member