Home
last modified time | relevance | path

Searched refs:did_show (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dsearch.c3360 int did_show = FALSE; in find_pattern_in_path() local
3478 if (did_show) in find_pattern_in_path()
3488 did_show = TRUE; in find_pattern_in_path()
3803 if (!did_show) in find_pattern_in_path()
3807 if (did_show) in find_pattern_in_path()
3814 did_show = TRUE; in find_pattern_in_path()
3837 show_pat_in_path(line, type, did_show, action, in find_pattern_in_path()
3840 did_show = TRUE; in find_pattern_in_path()
3981 if (!did_show) in find_pattern_in_path()
4012 int did_show, in show_pat_in_path() argument
[all …]
H A Doption.c1251 int did_show = FALSE; // already showed one value in do_set() local
1261 did_show = TRUE; in do_set()
1290 did_show = TRUE; in do_set()
1297 did_show = TRUE; in do_set()
1531 if (did_show) in do_set()
1536 did_show = TRUE; // remember that we did a line in do_set()
2212 if (silent_mode && did_show) in do_set()