Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c63 static void check_winopt(winopt_T *wop);
5691 check_winopt(to); // don't want NULL pointers in copy_winopt()
5700 check_winopt(&win->w_onebuf_opt); in check_win_options()
5701 check_winopt(&win->w_allbuf_opt); in check_win_options()
5708 check_winopt(winopt_T *wop UNUSED) in check_winopt() function