Home
last modified time | relevance | path

Searched refs:PRL_ITEM (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c892 && (pp = &PRL_ITEM(si, i))->snp_count > 0) in script_dump_profile()
960 pp = &PRL_ITEM(si, si->sn_prl_ga.ga_len); in script_line_start()
1005 pp = &PRL_ITEM(si, si->sn_prl_idx); in script_line_end()
H A Dstructs.h1942 # define PRL_ITEM(si, idx) (((sn_prl_T *)(si)->sn_prl_ga.ga_data)[(idx)]) macro