Searched refs:noexmode (Results 1 – 2 of 2) sorted by relevance
10 void main_loop(int cmdwin, int noexmode);
1152 int noexmode) // TRUE when return on entering Ex mode in main_loop() argument1172 if (!cmdwin && !noexmode && SETJMP(x_jump_env)) in main_loop()1227 if (noexmode && global_busy && !exmode_active && previous_got_int) in main_loop()1470 may_garbage_collect = (!cmdwin && !noexmode); in main_loop()1478 if (noexmode) // End of ":global/path/visual" commands in main_loop()