Home
last modified time | relevance | path

Searched refs:OP_IGNORE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/bmake/
Dcompat.c237 errCheck = !(gn->type & OP_IGNORE); in CompatRunCommand()
596 gn->type |= OP_IGNORE; in Compat_Make()
Dmake.h273 #define OP_IGNORE 0x00000040 /* Ignore errors when creating the node */ macro
Dtarg.c430 if (ignoreErrors || gn->type & OP_IGNORE) { in Targ_Ignore()
Dparse.c313 { ".IGNORE", Ignore, OP_IGNORE },