Lines Matching refs:debuggy
503 struct debuggy struct
517 static garray_T dbg_breakp = {0, 0, sizeof(struct debuggy), 4, NULL}; argument
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()
918 struct debuggy *bp; in debuggy_find()