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

/macosx-10.10.1/vim-55/src/
H A Dex_cmds2.c51 int sn_prl_idx; /* index of line being timed; -1 if none */ member in struct:scriptitem_S
1223 si->sn_prl_idx = -1;
3685 si->sn_prl_idx = sourcing_lnum - 1;
3686 while (si->sn_prl_ga.ga_len <= si->sn_prl_idx
3714 if (si->sn_prof_on && si->sn_prl_idx >= 0)
3730 if (si->sn_prof_on && si->sn_prl_idx >= 0
3731 && si->sn_prl_idx < si->sn_prl_ga.ga_len)
3735 pp = &PRL_ITEM(si, si->sn_prl_idx);
3743 si->sn_prl_idx = -1;

Completed in 47 milliseconds