Searched refs:got_eol (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c171 static char got_eol = 0; variable
894 _flush_routine = text_output ? got_eol=0,_flush_stream : _flush_blocks;
1090 got_eol = 0;
1217 got_eol = 0;
2365 recsize = loccnt - (got_eol ? 1 : 0);
2384 if ( got_eol )
2389 if ( (got_eol == CR && rawbuf[0] == LF) ||
2390 (got_eol == LF && rawbuf[0] == CR) )
2393 got_eol = 0;
2425 got_eol
[all...]

Completed in 68 milliseconds