Lines Matching defs:nxt
1158 regnode *nxt = NEXTOPER(oscan) + EXTRA_STEP_2ARGS;
1159 regnode *nxt1 = nxt;
1165 nxt = regnext(nxt);
1166 if (!strchr((char*)PL_simple,OP(nxt))
1167 && !(PL_regkind[(U8)OP(nxt)] == EXACT
1168 && STR_LEN(nxt) == 1))
1171 nxt2 = nxt;
1173 nxt = regnext(nxt);
1174 if (OP(nxt) != CLOSE)
1177 oscan->flags = (U8)ARG(nxt);
1184 OP(nxt) = OPTIMIZED; /* was CLOSE. */
1185 OP(nxt + 1) = OPTIMIZED; /* was count. */
1186 NEXT_OFF(nxt+ 1) = 0; /* just for consistancy. */
1198 regnode *nxt = NEXTOPER(oscan) + EXTRA_STEP_2ARGS; /* OPEN */
1202 while ( (nxt2 = regnext(nxt)) /* skip over embedded stuff*/
1204 nxt = nxt2;
1211 if (OP(nxt) != CLOSE)
1213 oscan->flags = (U8)ARG(nxt);
1215 OP(nxt) = OPTIMIZED; /* was CLOSE. */
1218 OP(nxt + 1) = OPTIMIZED; /* was count. */
1220 NEXT_OFF(nxt + 1) = 0; /* just for consistancy. */
1226 if (nnxt == nxt) {
1232 OP(nxt) = NOTHING; /* Cannot beautify */
1238 study_chunk(pRExC_state, &nxt1, &deltanext, nxt,
1253 regnode *nxt = oscan + NEXT_OFF(oscan);
1255 if (OP(PREVOPER(nxt)) == NOTHING) /* LONGJMP */
1256 nxt += ARG(nxt);
1257 PREVOPER(nxt)->flags = (U8)(data->whilem_c