OP_NOP
if (gn != NULL && !OP_NOP(gn->type))
if (gn != NULL && !OP_NOP(gn->type) && (gn->type & OP_HAS_COMMANDS))
if (OP_NOP(gn->type))
if (OP_NOP(gn->type) && gn->special == SPECIAL_NONE &&
if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->commands)) {
if (OP_NOP(child->type) ||
if (!OP_NOP(gn->type)) {
if (OP_NOP(gn->type))
if (OP_NOP(gn->type) ||