Home
last modified time | relevance | path

Searched refs:p_ws (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dsearch.c1079 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()
H A Dtextobject.c1283 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()
H A Dspell.c1446 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()
H A Dinsexpand.c3053 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()
H A Dtag.c3538 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()
H A Doption.h1095 EXTERN int p_ws; // 'wrapscan' variable
H A Devalfunc.c7979 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()
H A Dnormal.c2405 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()
H A Doptiondefs.h2945 (char_u *)&p_ws, PV_NONE,