Home
last modified time | relevance | path

Searched refs:nCurDir (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dmethods.cxx442 int nCurDir = 0; // Current dir // JSM in RTLFUNC() local
453 nCurDir = (int)aDrive.GetBuffer()[0]; in RTLFUNC()
454 if ( !isalpha( nCurDir ) ) in RTLFUNC()
460 nCurDir -= ( 'A' - 1 ); in RTLFUNC()
465 if( !nCurDir ) in RTLFUNC()
466 nCurDir = _getdrive(); in RTLFUNC()
468 if ( _getdcwd( nCurDir, pBuffer, _MAX_PATH ) != 0 ) in RTLFUNC()

Completed in 28 milliseconds