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

/vbox/src/bldprogs/
H A Dscmstream.h119 SCMEOL ScmStreamGetEol(PSCMSTREAM pStream);
H A Dscmrw.cpp296 ScmStreamPutLine(pOut, "", 0, ScmStreamGetEol(pIn));
301 if (ScmStreamGetEol(pIn) == SCMEOL_LF)
H A Dscmstream.cpp882 SCMEOL ScmStreamGetEol(PSCMSTREAM pStream) function
953 SCMEOL enmEol2 = enmEol != SCMEOL_NONE ? enmEol : ScmStreamGetEol(pStream);

Completed in 52 milliseconds