Lines Matching refs:FALSE
75 static int cause_abort = FALSE;
159 return FALSE; in cause_errthrow()
173 force_abort = FALSE; in cause_errthrow()
185 return FALSE; in cause_errthrow()
221 got_int = FALSE; in cause_errthrow()
233 return FALSE; in cause_errthrow()
347 cause_abort = FALSE; in do_errthrow()
381 return FALSE; in do_intthrow()
408 return FALSE; in do_intthrow()
493 *should_free = FALSE; in get_exception_string()
570 msg_silent = FALSE; // display messages in throw_exception()
624 msg_silent = FALSE; // display messages in discard_exception()
660 discard_exception(current_exception, FALSE); in discard_current_exception()
661 did_throw = FALSE; in discard_current_exception()
662 need_rethrow = FALSE; in discard_current_exception()
692 msg_silent = FALSE; // display messages in catch_exception()
823 msg_silent = FALSE; // display messages in report_pending()
895 int name_only = FALSE; in cmd_is_name_only()
905 get_name_len(&p, &alias, FALSE, FALSE); in cmd_is_name_only()
919 int name_only = FALSE; in ex_eval()
1041 if (cmdmod_error(FALSE)) in ex_endif()
1241 error = FALSE; in ex_while()
1262 result = FALSE; in ex_while()
1312 idx = cleanup_conditionals(cstack, CSF_WHILE | CSF_FOR, FALSE); in ex_continue()
1420 (void)cleanup_conditionals(cstack, CSF_WHILE | CSF_FOR, FALSE); in ex_endwhile()
1486 return FALSE; in inside_block()
1526 int inactivate_try = FALSE; in do_throw()
1541 did_emsg = FALSE; in do_throw()
1548 got_int = FALSE; in do_throw()
1609 if (cmdmod_error(FALSE)) in ex_try()
1679 int give_up = FALSE; in ex_catch()
1680 int skip = FALSE; in ex_catch()
1681 int caught = FALSE; in ex_catch()
1690 if (cmdmod_error(FALSE)) in ex_catch()
1786 regmatch.rm_ic = FALSE; in ex_catch()
1800 got_int = FALSE; in ex_catch()
1814 did_emsg = got_int = did_throw = FALSE; in ex_catch()
1851 int skip = FALSE; in ex_finally()
1855 if (cmdmod_error(FALSE)) in ex_finally()
1917 cleanup_conditionals(cstack, CSF_TRY, FALSE); in ex_finally()
1982 int rethrow = FALSE; in ex_endtry()
1987 if (cmdmod_error(FALSE)) in ex_endtry()
2032 did_emsg = FALSE; in ex_endtry()
2079 rethrow = FALSE; in ex_endtry()
2142 do_return(eap, FALSE, FALSE, rettv); in ex_endtry()
2145 do_finish(eap, FALSE); in ex_endtry()
2226 cause_abort = FALSE; in enter_cleanup()
2229 did_emsg = got_int = did_throw = need_rethrow = FALSE; in enter_cleanup()
2272 discard_exception((except_T *)csp->exception, FALSE); in leave_cleanup()
2305 force_abort = FALSE; in leave_cleanup()
2348 int stop = FALSE; in cleanup_conditionals()
2392 FALSE); in cleanup_conditionals()
2537 return FALSE; in has_loop_cmd()