Searched defs:FORCE (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/probe/
H A Dprobe.c147 #define FORCE (1<<2) macro
321 options |= FORCE;
461 if (!(options & (FORCE|TEST)) && ps.st_mode && (ptime <= (unsigned long)ps.st_mtime || ptime <= (unsigned long)ps.st_ctime || (ps.st_mode & S_IWUSR)))
471 else if ((options & (FORCE|GENERATE|TEST)) || !(options & ~(FORCE|GENERATE|SILENT|TRACE)))

Completed in 8 milliseconds