Searched defs:hlimit (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | spawn.c | 220 u_int hlimit; in spawn_pane() local
|
H A D | screen.c | 75 screen_init(struct screen *s, u_int sx, u_int sy, u_int hlimit) in screen_init()
|
H A D | window.c | 738 window_add_pane(struct window *w, struct window_pane *other, u_int hlimit, in window_add_pane() 938 window_pane_create(struct window *w, u_int sx, u_int sy, u_int hlimit) in window_pane_create()
|
H A D | popup.c | 346 u_int hlimit; in popup_make_pane() local
|
H A D | status.c | 1639 u_int i, oldsize, newsize, freecount, hlimit, new = 1; in status_prompt_add_history() local
|
H A D | grid.c | 296 grid_create(u_int sx, u_int sy, u_int hlimit) in grid_create()
|
H A D | tmux.h | 818 u_int hlimit; member
|