Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhelp.c24 FILE *helpfd; // file descriptor of help file in ex_help() local
140 if ((helpfd = mch_fopen((char *)p_hf, READBIN)) == NULL) in ex_help()
145 fclose(helpfd); in ex_help()