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

/ast/src/cmd/builtin/
H A Ddlls.c71 #define LIST_PATH 0x20 macro
111 flags |= LIST_PATH;
148 else if (!(flags & (LIST_BASE|LIST_PATH)))
149 flags |= LIST_BASE|LIST_PATH;
150 if (flags &= (LIST_BASE|LIST_PATH|LIST_LONG))
181 case LIST_PATH|LIST_LONG:
184 case LIST_PATH:
187 case LIST_BASE|LIST_PATH:
226 case LIST_PATH:

Completed in 6 milliseconds