Searched defs:ww (Results 1 – 3 of 3) sorted by relevance
68 struct ww { struct69 int ww_flags; argument72 int ww_state; /* state of window */ argument83 struct ww *ww_forw; /* doubly linked list, for overlapping info */ argument84 struct ww *ww_back; argument85 unsigned char ww_index; /* the window index, for wwindex[] */ argument87 int ww_order; /* the overlapping order */ argument90 struct ww_dim ww_w; /* window size and pos */ argument91 struct ww_dim ww_b; /* buffer size and pos */ argument92 struct ww_dim ww_i; /* the part inside the screen */ argument[all …]
137 #define ww(n) (((u_char *)w)[n + n + 1]) macro
1020 calc_umax_row_len(dpi, ww) in calc_umax_row_len() argument