Searched refs:p_ws (Results 1 – 9 of 9) sorted by relevance
1079 if (!p_ws || stop_lnum != 0 || got_int in searchit()1127 if (p_ws) in searchit()1697 if (p_ws) in search_for_exact_line()1711 if (p_ws) in search_for_exact_line()2962 char_u old_p_ws = p_ws; in current_search()3015 p_ws = FALSE; in current_search()3022 p_ws = old_p_ws; in current_search()3209 int save_ws = p_ws; in update_search_stat()3268 p_ws = FALSE; in update_search_stat()3315 p_ws = save_ws; in update_search_stat()
1283 int save_p_ws = p_ws; in current_tagblock()1287 p_ws = FALSE; in current_tagblock()1468 p_ws = save_p_ws; in current_tagblock()
1446 else if (!p_ws) in spell_move_to()1463 else if (!p_ws) in spell_move_to()2879 int save_ws = p_ws; in ex_spellrepall()2893 p_ws = FALSE; in ex_spellrepall()2929 p_ws = save_ws; in ex_spellrepall()
3053 save_p_ws = p_ws; in ins_compl_get_exp()3055 p_ws = FALSE; in ins_compl_get_exp()3057 p_ws = TRUE; in ins_compl_get_exp()3208 p_ws = save_p_ws; in ins_compl_get_exp()
3538 save_p_ws = p_ws; in jumpto_tag()3541 p_ws = TRUE; // need 'wrapscan' for backward searches in jumpto_tag()3609 p_ws = save_p_ws; in jumpto_tag()
1095 EXTERN int p_ws; // 'wrapscan' variable
7979 case 'w': p_ws = TRUE; break; in get_search_arg()7980 case 'W': p_ws = FALSE; break; in get_search_arg()8020 int save_p_ws = p_ws; in search_cmn()8160 p_ws = save_p_ws; in search_cmn()8391 int save_p_ws = p_ws; in searchpair_cmn()8436 p_ws = FALSE; in searchpair_cmn()8473 p_ws = save_p_ws; in searchpair_cmn()
2405 save_p_ws = p_ws; in find_decl()2407 p_ws = FALSE; // don't wrap around end of file now in find_decl()2518 p_ws = save_p_ws; in find_decl()
2945 (char_u *)&p_ws, PV_NONE,