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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c1423 OP* nextop = PL_op->op_next; local
1629 return nextop;
H A Dpp_ctl.c1912 OP *nextop; local
1938 nextop = cx->blk_loop.last_op->op_next;
1942 nextop = pop_return();
1946 nextop = pop_return();
1950 nextop = pop_return();
1989 return nextop;
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1000 char *argp, *endp, op, nextop; local
1010 argp = strtok_d(optarg, "+-", &nextop);
1022 op = nextop;
1023 } while ((argp = strtok_d(NULL, "+-", &nextop)) != NULL);

Completed in 56 milliseconds