Lines Matching refs:items
1394 I32 items = SP - MARK;
1398 max = items * count;
1400 if (items > 0 && max > 0 && (max < items || max < count))
1435 repeatcpy((char*)(MARK + items), (char*)MARK,
1436 items * sizeof(SV*), count - 1);
1440 SP -= items;
1468 are probably several items on the stack. But we're
1470 now. So drop the rest of the items -- robin@kitsite.com
4006 I32 items = SP - MARK;
4007 SV *av = sv_2mortal((SV*)av_make(items, MARK+1));