Searched defs:xpixel (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-resize-window.c56 u_int adjust, sx, sy, xpixel = 0, ypixel = 0; local
H A Dresize.c26 resize_window(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) argument
114 clients_calculate_size(int type, int current, struct client *c, struct session *s, struct window *w, int (*skip_client)(struct client *, int, int, struct session *, struct window *), u_int *sx, u_int *sy, u_int *xpixel, u_int *ypixel) argument
285 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) argument
362 u_int sx, sy, xpixel = 0, ypixel = 0; local
[all...]
H A Dspawn.c84 u_int sx, sy, xpixel, ypixel; local
H A Dimage-sixel.c37 u_int xpixel; member in struct:sixel_image
271 sixel_parse(const char *buf, size_t len, u_int xpixel, u_int ypixel) argument
387 sixel_scale(struct sixel_image *si, u_int xpixel, u_int ypixel, u_int ox, argument
[all...]
H A Dtty.c127 u_int sx, sy, xpixel, ypixel; local
155 tty_set_size(struct tty *tty, u_int sx, u_int sy, u_int xpixel, u_int ypixel) argument
[all...]
H A Dwindow.c293 window_create(u_int sx, u_int sy, u_int xpixel, u_int ypixel) argument
410 window_resize(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) argument
[all...]
H A Dtmux.h1168 u_int xpixel; member in struct:window
1415 u_int xpixel; member in struct:tty
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshpty.c124 pty_change_window_size(int ptyfd, u_int row, u_int col, u_int xpixel, u_int ypixel) argument
H A Dsession.h46 u_int row, col, xpixel, ypixel; member in struct:Session

Completed in 212 milliseconds