Searched refs:p_bg (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Doption.c568 (char_u *)&p_bg, PV_NONE,
3983 if (!option_was_set((char_u *)"bg") && STRCMP(p_bg, gui_bg_default()) != 0)
4519 if ((char_u **)varp == &p_bg)
5758 else if (varp == &p_bg)
5760 if (check_opt_strings(p_bg, p_bg_values, FALSE) == OK)
5763 int dark = (*p_bg == 'd');
5769 if (dark != (*p_bg == 'd')
5776 free_string_option(p_bg);
5777 p_bg = vim_strsave((char_u *)(dark ? "dark" : "light"));
5778 check_string_option(&p_bg);
[all...]
H A Doption.h323 EXTERN char_u *p_bg; /* 'background' */ variable
H A Dsyntax.c6704 if (*p_bg == 'l')
6717 do_highlight((char_u *)(*p_bg == 'l'
6724 if (*p_bg == 'l')
7440 if (i != (*p_bg == 'd'))
H A Dhardcopy.c315 else if (*p_bg == 'd')

Completed in 156 milliseconds