Searched refs:lmax (Results 1 – 4 of 4) sorted by relevance
185 long lmax = GetFileLongestFileNameLength() + 1; in GetDirectory() local186 char* szFileName = reinterpret_cast<char*>(_alloca(lmax)); in GetDirectory()197 m_uzFile, &finfo, szFileName, lmax, 0, 0, 0, 0); in GetDirectory()231 long lmax = 0; in GetFileLongestFileNameLength() local239 lmax = std::max<long>(lmax, finfo.size_filename); in GetFileLongestFileNameLength()246 return lmax; in GetFileLongestFileNameLength()
27 lmax = 064 if LENGTH(l)>lmax then do65 lmax = LENGTH(l)71 say ';lmax='lmax
27 lmax = 066 if LENGTH(l)>lmax then do67 lmax = LENGTH(l)73 say ';lmax='lmax
28 lmax = 0
Completed in 49 milliseconds