Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doptionstr.c207 check_string_option(&buf->b_p_bh); in check_buf_options()
208 check_string_option(&buf->b_p_bt); in check_buf_options()
210 check_string_option(&buf->b_p_ff); in check_buf_options()
226 check_string_option(&buf->b_p_cm); in check_buf_options()
228 check_string_option(&buf->b_p_fp); in check_buf_options()
235 check_string_option(&buf->b_p_kp); in check_buf_options()
237 check_string_option(&buf->b_p_fo); in check_buf_options()
244 check_string_option(&buf->b_p_nf); in check_buf_options()
246 check_string_option(&buf->b_p_qe); in check_buf_options()
327 check_string_option(char_u **pp) in check_string_option() function
[all …]
H A Doption.c5711 check_string_option(&wop->wo_fdi); in check_winopt()
5712 check_string_option(&wop->wo_fdm); in check_winopt()
5715 check_string_option(&wop->wo_fde); in check_winopt()
5716 check_string_option(&wop->wo_fdt); in check_winopt()
5718 check_string_option(&wop->wo_fmr); in check_winopt()
5721 check_string_option(&wop->wo_scl); in check_winopt()
5724 check_string_option(&wop->wo_rlc); in check_winopt()
5727 check_string_option(&wop->wo_sbr); in check_winopt()
5730 check_string_option(&wop->wo_stl); in check_winopt()
5734 check_string_option(&wop->wo_cc); in check_winopt()
[all …]
/vim-8.2.3635/src/proto/
H A Doptionstr.pro7 void check_string_option(char_u **pp);