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

/macosx-10.10.1/vim-55/src/
H A Doption.h445 EXTERN char_u *p_ei; /* 'eventignore' */ variable
H A Dfileio.c8213 char_u *p = p_ei;
8227 * Return OK when the contents of p_ei is valid, FAIL otherwise.
8232 char_u *p = p_ei;
8263 save_ei = vim_strsave(p_ei);
8266 new_ei = vim_strnsave(p_ei, (int)(STRLEN(p_ei) + STRLEN(what)));
8269 if (*what == ',' && *p_ei == NUL)
H A Doption.c1072 (char_u *)&p_ei, PV_NONE,
5826 else if (varp == &p_ei)
H A Dex_docmd.c1866 cmdmod.save_ei = vim_strsave(p_ei);

Completed in 114 milliseconds