Searched refs:p_ead (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Doption.h433 EXTERN char_u *p_ead; /* 'eadirection' */ variable
H A Dwindow.c779 if (!do_equal && p_ea && size == 0 && *p_ead != 'v'
858 && *p_ead != 'h'
1668 'b' for both, 0 for using p_ead */
1672 dir = *p_ead;
2256 && (*p_ead == 'b' || *p_ead == dir)
H A Doption.c1018 (char_u *)&p_ead, PV_NONE,
6514 else if (varp == &p_ead)
6516 if (check_opt_strings(p_ead, p_ead_values, FALSE) != OK)

Completed in 203 milliseconds