Lines Matching refs:plen
101 long plen;
105 plen = *blenp;
108 for ( linestart = p; plen > 0; ++p, --plen ) {
110 if ( plen > 1 && *(p+1) == '\n' ) {
112 --plen;
118 if ( plen > 1 && *(p+1) == '\r' ) {
120 --plen;
126 --plen;
127 } while ( plen > 0 && ( *linestart == '#' || linestart + 1 == p ));
131 *blenp = plen;
134 if ( plen <= 0 ) {