Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-resize-window.c56 u_int adjust, sx, sy, xpixel = 0, ypixel = 0; in cmd_resize_window_exec() local
H A Dspawn.c84 u_int sx, sy, xpixel, ypixel; in spawn_window() local
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshpty.c125 u_int xpixel, u_int ypixel) in pty_change_window_size()
H A Dsession.h46 u_int row, col, xpixel, ypixel; member
/netbsd-src/usr.bin/resize/
H A Dresize.h81 #define setup_winsize(ws, row, col, xpixel, ypixel) \ argument