Searched refs:p_sbo (Results 1 – 5 of 5) sorted by relevance
862 else if (varp == &p_sbo) in did_set_string_option()864 if (check_opt_strings(p_sbo, p_scbopt_values, TRUE) != OK) in did_set_string_option()
850 EXTERN char_u *p_sbo; // 'scrollopt' variable
1511 if (vim_strchr(p_sbo, 'h') == NULL) in diff_win_options()1599 if (!diffwin && vim_strchr(p_sbo, 'h') != NULL) in ex_diffoff()
2095 else if (vim_strchr(p_sbo, 'j')) // jump flag set in 'scrollopt' in do_check_scrollbind()2142 want_ver = (vim_strchr(p_sbo, 'v') && topline_diff != 0); in check_scrollbind()2146 want_hor = (vim_strchr(p_sbo, 'h') && (leftcol_diff || topline_diff != 0)); in check_scrollbind()
2196 (char_u *)&p_sbo, PV_NONE,