Home
last modified time | relevance | path

Searched refs:shortbuffered (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dsv.c8904 I32 shortbuffered; /* If the pv buffer is shorter than the amount local
8977 shortbuffered = cnt - SvLEN(sv) + append + 1;
8978 cnt -= shortbuffered;
8983 shortbuffered = 0;
8990 shortbuffered = 0;
9041 assert (!shortbuffered);
9046 if (shortbuffered) { /* oh well, must extend */
9049 cnt = shortbuffered;
9050 shortbuffered = 0;
9122 if (shortbuffered)
[all …]