Searched refs:dbg_tick (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dex_cmds2.c2834 int dbg_tick; /* debug_tick when breakpoint was set */ member in struct:source_cookie
2860 return &((struct source_cookie *)cookie)->dbg_tick;
3089 cookie.dbg_tick = debug_tick;
3433 if (sp->dbg_tick < debug_tick)
3436 sp->dbg_tick = debug_tick;
3507 sp->dbg_tick = debug_tick;
H A Dex_docmd.c778 int *dbg_tick = NULL; /* ptr to dbg_tick field in cookie */ local
844 dbg_tick = func_dbg_tick(real_cookie);
850 dbg_tick = source_dbg_tick(real_cookie);
959 if (breakpoint != NULL && dbg_tick != NULL
960 && *dbg_tick != debug_tick)
965 *dbg_tick = debug_tick;
980 *dbg_tick = debug_tick;
1214 *dbg_tick = debug_tick;
H A Deval.c253 int dbg_tick; /* debug_tick when breakpoint was set */ member in struct:funccall_S
964 return &((funccall_T *)cookie)->dbg_tick;
21785 fc->dbg_tick = debug_tick;
22334 if (fcp->dbg_tick != debug_tick)
22338 fcp->dbg_tick = debug_tick;
22375 fcp->dbg_tick = debug_tick;

Completed in 211 milliseconds