check_threshold
if (p->fts_level <= depth && check_threshold(p))
if ((aflag || p->fts_level == 0) && check_threshold(p))
static bool check_threshold(FTSENT *);