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

/macosx-10.10.1/vim-55/src/
H A Dex_cmds2.c426 static linenr_T debuggy_find __ARGS((int file,char_u *fname, linenr_T after, garray_T *gap, int *fp));
715 return debuggy_find(file, fname, after, &dbg_breakp, NULL);
728 return (debuggy_find(file, fname, (linenr_T)0, &prof_ga, fp)
737 debuggy_find(file, fname, after, gap, fp) function

Completed in 128 milliseconds