Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermlib.c21 static int nextent(char *, FILE *, int);
148 while (nextent(tbuf, termcap, buflen)) // For each possible entry in getent()
175 nextent(char *tbuf, FILE *termcap, int buflen) in nextent() function