JF_OP_MASK
if (((j->flags & JF_OP_MASK) != JF_STOP ||
if ((op & JF_OP_MASK) == JF_STOP) {
switch (j->flags & JF_OP_MASK) {
switch (j->flags & JF_OP_MASK) {
if (bits[dj->flags & JF_OP_MASK] <= 1) {
if (!(dj->flags & JF_OP_MASK)) {
switch (j->flags & JF_OP_MASK) {
if (!(dj->flags & JF_OP_MASK))
(j->flags & (JF_OP_MASK | JF_DEPEND)) !=
if (!target || (!docf && (state & JF_OP_MASK) != JF_STOP) ||
if (j == NULL && (state & JF_OP_MASK) == JF_STOP) {