Searched refs:FTW_RECURSIVE (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/tw/
H A Dtw.c343 #define FTW_RECURSIVE (FTW_USER<<1) /* walk files listed on stdin */ macro
590 if ((state.ftwflags & (FTW_LIST|FTW_RECURSIVE)) == FTW_LIST)
749 state.ftwflags |= FTW_RECURSIVE;

Completed in 11 milliseconds