Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c843 FILE *sfd; in script_dump_profile() local
861 sfd = mch_fopen((char *)si->sn_name, "r"); in script_dump_profile()
862 if (sfd == NULL) in script_dump_profile()
870 if (vim_fgets(IObuff, IOSIZE, sfd)) in script_dump_profile()
905 fclose(sfd); in script_dump_profile()