Lines Matching defs:after
2693 /* Now it's after 5.005, and Configure supports drand48() and random(),
4042 I32 after;
4088 after = AvFILLp(ary) + 1 - (offset + length);
4089 if (after < 0) { /* not that much array */
4090 length += after; /* offset+length now in array */
4091 after = 0;
4134 if (offset < after) { /* easier to pull up */
4146 if (after) { /* anything to pull down? */
4149 Move(src, dst, after, SV*);
4177 if (offset < after && diff <= AvARRAY(ary) - AvALLOC(ary)) {
4192 if (after) {
4195 for (i = after; i; i--) {
4640 /* keep field after final delim? */