Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vi/port/
H A Dex_cmdsub.c626 unsigned char *fn, *fne; local
671 fne = tagfbuf - 1;
672 while (fne) {
673 fn = ++fne;
674 while (*fne && *fne != ' ')
675 fne++;
676 if (*fne == 0)
677 fne = 0; /* done, quit after this time */
679 *fne = 0; /* null terminate filename */