Searched refs:needsOpen (Results 1 – 1 of 1) sorted by relevance
191 #define needsOpen 16 /* This is a directory that needs to be opened. */ macro2109 te->flags = needsDescent | needsOpen | needsAscent; in tree_push()2391 } else if (t->stack->flags & needsOpen) { in tree_next()2392 t->stack->flags &= ~needsOpen; in tree_next()