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

/vbox/src/bldprogs/
H A Dscmstream.h26 typedef enum SCMEOL enum
31 } SCMEOL; typedef in typeref:enum:SCMEOL
33 typedef SCMEOL *PSCMEOL;
47 SCMEOL enmEol;
119 SCMEOL ScmStreamGetEol(PSCMSTREAM pStream);
120 SCMEOL ScmStreamGetEolByLine(PSCMSTREAM pStream, size_t iLine);
122 int ScmStreamPutLine(PSCMSTREAM pStream, const char *pchLine, size_t cchLine, SCMEOL enmEol);
H A Dscmdiff.cpp50 SCMEOL enmEol;
199 const char *pchLeft, size_t cchLeft, SCMEOL enmEolLeft,
200 const char *pchRight, size_t cchRight, SCMEOL enmEolRight)
231 const char *pchLeft, size_t cchLeft, SCMEOL enmEolLeft,
232 const char *pchRight, size_t cchRight, SCMEOL enmEolRight)
261 SCMEOL enmEolLeft;
265 SCMEOL enmEolRight;
303 SCMEOL enmEol;
311 SCMEOL enmEolRight;
336 SCMEOL enmEolLef
[all...]
H A Dscmrw.cpp55 SCMEOL enmEol;
95 SCMEOL enmEol;
149 SCMEOL enmDesiredEol, const char *pszDesiredSvnEol)
155 SCMEOL enmEol;
H A Dscmstream.cpp448 SCMEOL enmEol;
866 SCMEOL enmEol;
882 SCMEOL ScmStreamGetEol(PSCMSTREAM pStream)
884 SCMEOL enmEol;
915 SCMEOL ScmStreamGetEolByLine(PSCMSTREAM pStream, size_t iLine)
917 SCMEOL enmEol;
938 int ScmStreamPutLine(PSCMSTREAM pStream, const char *pchLine, size_t cchLine, SCMEOL enmEol)
953 SCMEOL enmEol2 = enmEol != SCMEOL_NONE ? enmEol : ScmStreamGetEol(pStream);
1225 SCMEOL enmEol;
H A DVBoxTpG.cpp388 SCMEOL enmEol;
1263 SCMEOL enmEof;
H A Dscm.cpp687 SCMEOL enmEol;
H A Dscmsubversion.cpp791 SCMEOL enmEol;
H A DVBoxCPP.cpp567 SCMEOL enmEof;
1409 SCMEOL enmEol;

Completed in 73 milliseconds