Searched refs:p_ws (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dsearch.c941 if (!p_ws || stop_lnum != 0 || got_int || called_emsg
982 if (p_ws)
1464 if (p_ws)
1478 if (p_ws)
3823 int save_p_ws = p_ws;
3826 p_ws = FALSE;
4007 p_ws = save_p_ws;
H A Dtag.c3208 save_p_ws = p_ws;
3211 p_ws = TRUE; /* need 'wrapscan' for backward searches */
3280 p_ws = save_p_ws;
H A Doption.h889 EXTERN int p_ws; /* 'wrapscan' */ variable
H A Deval.c15084 * Possibly sets "p_ws".
15107 case 'w': p_ws = TRUE; break;
15108 case 'W': p_ws = FALSE; break;
15150 int save_p_ws = p_ws;
15162 dir = get_search_arg(&argvars[1], flagsp); /* may set p_ws */
15234 p_ws = save_p_ws;
15309 int save_p_ws = p_ws;
15327 dir = get_search_arg(&argvars[3], &flags); /* may set p_ws */
15343 p_ws = FALSE;
15374 p_ws
[all...]
H A Dnormal.c4289 save_p_ws = p_ws;
4291 p_ws = FALSE; /* don't wrap around end of file now */
4382 p_ws = save_p_ws;
H A Dedit.c4168 save_p_ws = p_ws;
4170 p_ws = FALSE;
4172 p_ws = TRUE;
4298 p_ws = save_p_ws;
H A Dspell.c2345 else if (!p_ws)
2362 else if (!p_ws)
10417 int save_ws = p_ws;
10431 p_ws = FALSE;
10467 p_ws = save_ws;
H A Doption.c2833 (char_u *)&p_ws, PV_NONE,

Completed in 301 milliseconds