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

/macosx-10.10.1/vim-55/src/
H A Dex_cmds2.c420 static garray_T prof_ga = {0, 0, sizeof(struct debuggy), 4, NULL}; variable
437 garray_T *gap; /* either &dbg_breakp or &prof_ga */
455 gap != &prof_ga &&
479 gap != &prof_ga &&
550 gap = &prof_ga;
613 gap = &prof_ga;
728 return (debuggy_find(file, fname, (linenr_T)0, &prof_ga, fp)
741 garray_T *gap; /* either &dbg_breakp or &prof_ga */
775 gap == &prof_ga ||

Completed in 92 milliseconds