Home
last modified time | relevance | path

Searched defs:opposite (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/tmux/
H A Dlayout.c581 layout_resize_layout(struct window * w,struct layout_cell * lc,enum layout_type type,int change,int opposite) layout_resize_layout() argument
610 layout_resize_pane(struct window_pane * wp,enum layout_type type,int change,int opposite) layout_resize_pane() argument
635 layout_resize_pane_grow(struct window * w,struct layout_cell * lc,enum layout_type type,int needed,int opposite) layout_resize_pane_grow() argument
/openbsd-src/games/hunt/huntd/
H A Dshots.c1126 opposite(int face, char dir) in opposite() function
/openbsd-src/games/mille/
H A Dmille.h185 #define opposite(x) (Opposite[x]) macro