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

/ast/src/cmd/tw/
H A Dtw.c342 #define FTW_LIST (FTW_USER<<0) /* files listed on stdin */ macro
590 if ((state.ftwflags & (FTW_LIST|FTW_RECURSIVE)) == FTW_LIST)
922 state.ftwflags |= FTW_LIST;
1026 else if (state.ftwflags & FTW_LIST)

Completed in 18 milliseconds