Go to the source code of this file.
Functions |
| TCHAR | cgetchar (VOID) |
| VOID | GetPathCase (TCHAR *Path, TCHAR *OutPath) |
| BOOL | CheckCtrlBreak (INT mode) |
| BOOL | add_entry (LPINT ac, LPTSTR **arg, LPCTSTR entry) |
| static BOOL | expand (LPINT ac, LPTSTR **arg, LPCTSTR pattern) |
| LPTSTR * | split (LPTSTR s, LPINT args, BOOL expand_wildcards, BOOL handle_plus) |
| LPTSTR * | splitspace (LPTSTR s, LPINT args) |
| VOID | freep (LPTSTR *p) |
| LPTSTR | _stpcpy (LPTSTR dest, LPCTSTR src) |
| VOID | StripQuotes (TCHAR *in) |
| BOOL | IsValidPathName (LPCTSTR pszPath) |
| BOOL | IsExistingFile (LPCTSTR pszPath) |
| BOOL | IsExistingDirectory (LPCTSTR pszPath) |
| BOOL | FileGetString (HANDLE hFile, LPTSTR lpBuffer, INT nBufferLength) |
| INT | PagePrompt (VOID) |
| INT | FilePromptYN (UINT resID) |
| INT | FilePromptYNA (UINT resID) |