Lines Matching refs:yield
1091 int yield = 0;1094 buffer[yield++] = c;1095 if (c == '\n' || yield >= length) break;1097 return yield;2334 /* Pass back the yield from pcregrep(). */