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

/ast/src/cmd/nmake/
H A Dexpand.c1124 #define ORDER_paths 0x10 macro
1325 if ((flags & ORDER_directory) || (flags & (ORDER_force|ORDER_paths)) == ORDER_force && (d = bindfile(NiL, t, 0)) && !stat(d->name, &st) && S_ISDIR(st.st_mode))
1381 * ORDER_paths for old :W=O: where directories are makefile paths
4062 order_recurse(xp, x, NiL, NiL, val, ORDER_force|ORDER_paths);

Completed in 14 milliseconds