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

/ast/src/cmd/nmake/
H A Dvariable.c51 if (r->scan == SCAN_IGNORE && !(state.questionable & 0x02000000))
H A Dmake.c505 else if (!(r->dynamic & D_triggered) && parent->scan == SCAN_IGNORE && (r0 || (r0 = staterule(RULE, r, NiL, 0))) && tevent < r0->time)
1288 if (parent->scan == SCAN_IGNORE)
H A Dmake.h263 #define SCAN_IGNORE 1 /* .SCAN.IGNORE scan index */ macro
H A Dscan.c111 ".IGNORE", SCAN_IGNORE,
H A Dexpand.c2496 if ((r->scan != SCAN_IGNORE || *ops == 'F' || *ops == 'f') && (s = arupdate(r->name)))
H A Dbind.c1527 if (r->scan == SCAN_IGNORE)

Completed in 29 milliseconds