Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dif_cscope.pro7 int cs_fgets(char_u *buf, int size);
/vim-8.2.3635/src/
H A Dif_cscope.c327 cs_fgets(char_u *buf, int size) in cs_fgets() function
H A Dtag.c2002 eof = cs_fgets(lbuf, lbuf_size); in find_tags()