Searched defs:penmEol (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dscmstream.cpp380 * @param penmEol Where to return the kind of end of line marker.
382 static const char *scmStreamGetLineInternal(PSCMSTREAM pStream, size_t *pcchLine, PSCMEOL penmEol) argument
414 pStream->paLines[iLine].enmEol = *penmEol = SCMEOL_LF;
417 pStream->paLines[iLine].enmEol = *penmEol = SCMEOL_CRLF;
424 pStream->paLines[iLine].enmEol = *penmEol = SCMEOL_NONE;
667 * the @a penmEol indicator.
676 * @param penmEol Where to return the end of line type indicator.
678 const char *ScmStreamGetLineByNo(PSCMSTREAM pStream, size_t iLine, size_t *pcchLine, PSCMEOL penmEol) argument
703 *penmEol = pStream->paLines[iLine].enmEol;
717 * the @a penmEol indicato
727 ScmStreamGetLine(PSCMSTREAM pStream, size_t *pcchLine, PSCMEOL penmEol) argument
[all...]

Completed in 46 milliseconds