Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermlib.c145 char *tptr; in getent() local
150 tptr = tbuf; in getent()
151 while (*tptr && *tptr != ':') // : terminates name field in getent()
155 while (*tptr == '|') // | separates names in getent()
156 tptr++; in getent()
157 nexttptr = _find(tptr, ":|"); // Rhialto in getent()
158 if (tptr + tlen == nexttptr && in getent()
159 _match(tptr, term) == tlen) // FOUND! in getent()
165 tptr = nexttptr; in getent()