Searched refs:PREVOPER (Results 1 – 3 of 3) sorted by relevance
178 #undef PREVOPER190 #define PREVOPER(p) ((p) - NODE_STEP_REGNODE) macro
3141 if (OP(PREVOPER(next)) == NOTHING) /* LONGJMP */ in S_regmatch()3158 n = regmatch(PREVOPER(next)); /* start on the WHILEM */ in S_regmatch()
1255 if (OP(PREVOPER(nxt)) == NOTHING) /* LONGJMP */ in S_study_chunk()1257 PREVOPER(nxt)->flags = (U8)(data->whilem_c in S_study_chunk()