Searched refs:window_create (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | cmd-break-pane.c | 100 w = wp->window = window_create(w->sx, w->sy, w->xpixel, w->ypixel); in cmd_break_pane_exec()
|
H A D | spawn.c | 159 if ((w = window_create(sx, sy, xpixel, ypixel)) == NULL) { in spawn_window()
|
H A D | window.c | 295 window_create(u_int sx, u_int sy, u_int xpixel, u_int ypixel) in window_create() function
|
H A D | tmux.h | 3128 struct window *window_create(u_int, u_int, u_int, u_int);
|