Lines Matching refs:FLAG
62 if (FLAG(h)) {
68 if (FLAG(K)) bits = 9;
69 else if (FLAG(m)) bits = 20;
71 if (FLAG(b) && bits == 10 && !FLAG(k)) printf("%llu", size);
119 if (FLAG(x) && (TT.st_dev != node->st.st_dev))
123 if (FLAG(L)) {
132 if (!FLAG(l) && !node->again)
139 return DIRTREE_COMEAGAIN|(DIRTREE_SYMFOLLOW*!!FLAG(L));
145 blocks = FLAG(b) ? node->st.st_size : node->st.st_blocks;
152 if (FLAG(a) || !node->parent || (S_ISDIR(node->st.st_mode) && !FLAG(s))) {
154 print(FLAG(b) ? blocks : blocks*512LL, node);
168 if (FLAG(c)) print(FLAG(b) ? TT.total : TT.total*512, 0);