Searched defs:SCMEOL (Results 1 - 1 of 1) 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);

Completed in 51 milliseconds