Searched refs:did_it (Results 1 – 2 of 2) sorted by relevance
503 int did_it = FALSE; in do_map() local666 && !did_it && !got_int; ++round) in do_map()693 did_it = TRUE; in do_map()726 did_it = TRUE; // remember we did something in do_map()733 did_it = TRUE; in do_map()758 if (mp->m_mode == 0 && !did_it) // reuse entry in do_map()782 did_it = TRUE; in do_map()812 if (!did_it) in do_map()828 if (!did_it && !did_local) in do_map()838 if (did_it) in do_map()
2677 g:did_it = 'yes'2686 g:did_it = 'yes'2691 let g:did_it = 'no'2693 call assert_equal('yes', g:did_it)2695 let g:did_it = 'no'2697 call assert_equal('yes', g:did_it)2699 unlet g:did_it