Home | History | Annotate | Download | only in dist

Lines Matching refs:plength

1912         int plength;
1934 plength = (int)((linelength + endlinelength) - startoffset);
1935 if (plength > 0) FWRITE(ptr + startoffset, 1, plength, stdout);