HomeSort by: relevance | last modified time | path
    Searched defs:doIt (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
compat.c 240 bool doIt; /* Execute even if -n */
256 doIt = false;
303 doIt = true;
320 if (!doIt && !GNode_ShouldExecute(gn))

Completed in 12 milliseconds