Lines Matching defs:ftcur
116 static FTREE *ftcur = NULL; /* current file arg being processed */
263 if (ftcur != NULL)
264 ftcur->refcnt = 1;
367 if (ftcur == NULL)
368 ftcur = fthead;
369 else if ((ftcur = ftcur->fow) == NULL)
372 if (ftcur->refcnt < 0) {
377 if (ar_dochdir(ftcur->fname))
381 farray[0] = ftcur->fname;
737 ftcur->refcnt = 1;