MAX_DEPTH
static const char *namestack[ MAX_DEPTH + 1 ];
if (namedepth >= MAX_DEPTH) {
struct file *dirstack[ MAX_DEPTH ];
if (level >= MAX_DEPTH) {
nftw(get_name(fp), &walker, MAX_DEPTH, FTW_PHYS|FTW_MOUNT);
static struct file *dirstack[ MAX_DEPTH + 1 ];
if (nftw(path, recursive, MAX_DEPTH, walkflags) != 0) {
assert (pc->depth < MAX_DEPTH);
int curelem_stack[MAX_DEPTH];
if (nftw(dir, process, MAX_DEPTH, FTW_MOUNT) == 0) {
if (indent > MAX_DEPTH) {
i = nftw(".", set_values, MAX_DEPTH, FTW_PHYS|FTW_DEPTH);
if (nftw(".", visit_dir, MAX_DEPTH, FTW_PHYS) != 0) {