Searched refs:culopt_flags_new (Results 1 – 1 of 1) sorted by relevance
7130 char_u culopt_flags_new = 0; in fill_culopt_flags() local7141 culopt_flags_new |= CULOPT_LINE; in fill_culopt_flags()7146 culopt_flags_new |= CULOPT_LINE | CULOPT_NBR; in fill_culopt_flags()7151 culopt_flags_new |= CULOPT_NBR; in fill_culopt_flags()7156 culopt_flags_new |= CULOPT_SCRLINE; in fill_culopt_flags()7166 if ((culopt_flags_new & CULOPT_LINE) && (culopt_flags_new & CULOPT_SCRLINE)) in fill_culopt_flags()7168 wp->w_p_culopt_flags = culopt_flags_new; in fill_culopt_flags()