Searched refs:FTREE (Results 1 – 2 of 2) sorted by relevance
70 static FTREE *fthead = NULL; /* head of linked list of file args */71 static FTREE *fttail = NULL; /* tail of linked list of file args */72 static FTREE *ftcur = NULL; /* current file arg being processed */142 FTREE *ft; in ftree_add()158 if ((ft = (FTREE *)malloc(sizeof(FTREE))) == NULL) { in ftree_add()234 FTREE *ft; in ftree_chk()
52 } FTREE; typedef