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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoop.c31 I32 grows = PL_op->op_private & OPpTRANS_GROWS; local
58 if (grows)
80 if (grows) {
140 I32 grows = PL_op->op_private & OPpTRANS_GROWS; local
190 if (grows)
279 if (grows) {
302 I32 grows = PL_op->op_private & OPpTRANS_GROWS; local
334 if (grows) {
369 if (!grows)
376 if (grows || hibi
441 I32 grows = PL_op->op_private & OPpTRANS_GROWS; local
[all...]
H A Dop.c2346 I32 grows = 0; local
2525 if (!grows)
2526 grows = (tfirst < rfirst &&
2554 if (grows)
2584 grows = 1;
2626 grows = 1;
2631 if (grows)

Completed in 28 milliseconds