Lines Matching refs:FALSE
17 static int debug_greedy = FALSE; // batch mode debugging: don't save
48 int typeahead_saved = FALSE; in do_debug()
85 did_emsg = FALSE; // don't use error from debugged stuff in do_debug()
86 cmd_silent = FALSE; // display commands in do_debug()
87 msg_silent = FALSE; // display messages in do_debug()
88 emsg_silent = FALSE; // display error messages in do_debug()
121 need_wait_return = FALSE; in do_debug()
289 need_wait_return = FALSE; in do_debug()
293 debug_mode = FALSE; in do_debug()
435 debug_skipped = FALSE; in dbg_check_breakpoint()
487 got_int = FALSE; in dbg_check_skipped()
490 eap->skip = FALSE; in dbg_check_skipped()
496 return FALSE; in dbg_check_skipped()
521 static int has_expr_breakpoint = FALSE;
564 int here = FALSE; in dbg_parsearg()
685 pat = file_pat_to_reg_pat(bp->dbg_name, NULL, NULL, FALSE); in ex_breakadd()
727 debug_greedy = FALSE; in ex_debuggreedy()
735 has_expr_breakpoint = FALSE; in update_has_expr_breakpoint()
762 int del_all = FALSE; in ex_breakdel()
962 got_int = FALSE; in debuggy_find()
964 && vim_regexec_prog(&bp->dbg_prog, FALSE, name, (colnr_T)0)) in debuggy_find()
965 || vim_regexec_prog(&bp->dbg_prog, FALSE, in debuggy_find()
978 int line = FALSE; in debuggy_find()
992 if (typval_compare(tv, bp->dbg_val, EXPR_IS, FALSE) == OK in debuggy_find()
993 && tv->vval.v_number == FALSE) in debuggy_find()