Home | History | Annotate | Download | only in src

Lines Matching refs:linelength

1885   size_t length, linelength;
1897 linelength = t - ptr - endlinelength;
1898 length = multiline? (size_t)(endptr - ptr) : linelength;
2086 if (offsets[1] > linelength) goto END_ONE_MATCH;
2192 the end of the matched string is found, so we adjust linelength and the
2206 linelength = t - ptr - endlinelength;
2223 FWRITE(ptr + offsets[last], 1, linelength - offsets[last], stdout);
2241 if (startoffset >= linelength + endlinelength ||
2254 plength = (int)((linelength + endlinelength) - startoffset);
2260 else FWRITE(ptr, 1, linelength + endlinelength, stdout);
2272 lastmatchrestart = ptr + linelength + endlinelength;
2291 linelength = endmatch - ptr - ellength;
2298 ptr += linelength + endlinelength;
2299 filepos += (int)(linelength + endlinelength);