Home
last modified time | relevance | path

Searched refs:window_create (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dcmd-break-pane.c100 w = wp->window = window_create(w->sx, w->sy, w->xpixel, w->ypixel); in cmd_break_pane_exec()
H A Dspawn.c159 if ((w = window_create(sx, sy, xpixel, ypixel)) == NULL) { in spawn_window()
H A Dwindow.c295 window_create(u_int sx, u_int sy, u_int xpixel, u_int ypixel) in window_create() function
H A Dtmux.h3128 struct window *window_create(u_int, u_int, u_int, u_int);