Searched defs:nxt1 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c1159 regnode *nxt1 = nxt; local
1179 OP(nxt1) = NOTHING; /* was OPEN. */
1181 OP(nxt1 + 1) = OPTIMIZED; /* was count. */
1182 NEXT_OFF(nxt1+ 1) = 0; /* just for consistancy. */
1209 regnode *nxt1 = NEXTOPER(oscan) + EXTRA_STEP_2ARGS; /* OPEN*/ local
1214 OP(nxt1) = OPTIMIZED; /* was OPEN. */
1217 OP(nxt1 + 1) = OPTIMIZED; /* was count. */
1219 NEXT_OFF(nxt1 + 1) = 0; /* just for consistancy. */
1223 while ( nxt1 && (OP(nxt1) !
[all...]

Completed in 29 milliseconds