FTREE
FTREE *ft;
if ((ft = malloc(sizeof(FTREE))) == NULL) {
FTREE *ft;
static FTREE *fthead = NULL; /* head of linked list of file args */
static FTREE *fttail = NULL; /* tail of linked list of file args */
static FTREE *ftcur = NULL; /* current file arg being processed */