Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddebugger.c503 struct debuggy struct
518 #define BREAKP(idx) (((struct debuggy *)dbg_breakp.ga_data)[idx])
519 #define DEBUGGY(gap, idx) (((struct debuggy *)gap->ga_data)[idx])
525 static garray_T prof_ga = {0, 0, sizeof(struct debuggy), 4, NULL};
538 eval_expr_no_emsg(struct debuggy *bp) in eval_expr_no_emsg()
563 struct debuggy *bp; in dbg_parsearg()
668 struct debuggy *bp; in ex_breakadd()
759 struct debuggy *bp, *bpi; in ex_breakdel()
833 (gap->ga_len - todel) * sizeof(struct debuggy)); in ex_breakdel()
856 struct debuggy *bp; in ex_breaklist()
[all …]