Lines Matching refs:linenr_T
411 static linenr_T debug_breakpoint_lnum;
509 linenr_T dbg_lnum; // line number in function or file
531 static linenr_T debuggy_find(int file,char_u *fname, linenr_T after, garray_T *gap, int *fp);
764 linenr_T best_lnum = 0; in ex_breakdel()
883 linenr_T
887 linenr_T after) // after this line number in dbg_find_breakpoint()
902 return (debuggy_find(file, fname, (linenr_T)0, &prof_ga, fp) in has_profiling()
903 != (linenr_T)0); in has_profiling()
910 static linenr_T
914 linenr_T after, // after this line number in debuggy_find()
920 linenr_T lnum = 0; in debuggy_find()
927 return (linenr_T)0; in debuggy_find()
1036 dbg_breakpoint(char_u *name, linenr_T lnum) in dbg_breakpoint()