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

/ast/src/cmd/builtin/
H A Ddlls.c67 #define LIST_BASE 0x01 macro
99 flags |= LIST_BASE;
148 else if (!(flags & (LIST_BASE|LIST_PATH)))
149 flags |= LIST_BASE|LIST_PATH;
150 if (flags &= (LIST_BASE|LIST_PATH|LIST_LONG))
175 case LIST_BASE:
178 case LIST_BASE|LIST_LONG:
187 case LIST_BASE|LIST_PATH:
223 case LIST_BASE:

Completed in 10 milliseconds