Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c668 while (fp->uf_tml_idx > 0 && FUNCLINE(fp, fp->uf_tml_idx) == NULL) in func_line_start()
773 if (FUNCLINE(fp, i) == NULL) in func_dump_profile()
777 fprintf(fd, "%s\n", FUNCLINE(fp, i)); in func_dump_profile()
H A Dglobals.h322 # define FUNCLINE(fp, j) ((char_u **)(fp->uf_lines.ga_data))[j] macro
H A Duserfunc.c4019 if (FUNCLINE(fp, j) == NULL) in define_function()
4027 msg_prt_line(FUNCLINE(fp, j), FALSE); in define_function()