Home
last modified time | relevance | path

Searched refs:winopt_T (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Doption.pro57 void copy_winopt(winopt_T *from, winopt_T *to);
58 void clear_winopt(winopt_T *wop);
/vim-8.2.3635/src/
H A Dstructs.h325 } winopt_T; typedef
343 winopt_T wi_opt; // local window options
3680 winopt_T w_onebuf_opt;
3681 winopt_T w_allbuf_opt;
3706 #define GLOBAL_WO(p) ((char *)p + sizeof(winopt_T))
H A Doption.c63 static void check_winopt(winopt_T *wop);
5604 copy_winopt(winopt_T *from, winopt_T *to) in copy_winopt()
5708 check_winopt(winopt_T *wop UNUSED) in check_winopt()
5755 clear_winopt(winopt_T *wop UNUSED) in clear_winopt()