Searched refs:OP_IGNORE (Results 1 – 4 of 4) sorted by relevance
237 errCheck = !(gn->type & OP_IGNORE); in CompatRunCommand()596 gn->type |= OP_IGNORE; in Compat_Make()
273 #define OP_IGNORE 0x00000040 /* Ignore errors when creating the node */ macro
430 if (ignoreErrors || gn->type & OP_IGNORE) { in Targ_Ignore()
313 { ".IGNORE", Ignore, OP_IGNORE },