Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddebugger.c529 #define DBG_EXPR 3 macro
594 bp->dbg_type = DBG_EXPR; in dbg_parsearg()
630 else if (bp->dbg_type == DBG_EXPR) in dbg_parsearg()
683 if (bp->dbg_type != DBG_EXPR) in ex_breakadd()
737 if (BREAKP(i).dbg_type == DBG_EXPR) in update_has_expr_breakpoint()
825 if (DEBUGGY(gap, todel).dbg_type == DBG_EXPR in ex_breakdel()
867 if (bp->dbg_type != DBG_EXPR) in ex_breaklist()
952 && bp->dbg_type != DBG_EXPR && ( in debuggy_find()
975 else if (bp->dbg_type == DBG_EXPR) in debuggy_find()