Home
last modified time | relevance | path

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

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