ReactOS 0.4.16-dev-1067-ge98bba2
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | tagDIRENTRY |
Typedefs | |
typedef struct tagDIRENTRY | DIRENTRY |
typedef struct tagDIRENTRY * | LPDIRENTRY |
Functions | |
static INT | PushDirectory (LPTSTR pszPath) |
static VOID | PopDirectory (VOID) |
VOID | InitDirectoryStack (VOID) |
VOID | DestroyDirectoryStack (VOID) |
INT | GetDirectoryStackDepth (VOID) |
INT | CommandPushd (LPTSTR rest) |
INT | CommandPopd (LPTSTR rest) |
INT | CommandDirs (LPTSTR rest) |
Variables | |
static INT | nStackDepth |
static LPDIRENTRY | lpStackTop |
static LPDIRENTRY | lpStackBottom |
typedef struct tagDIRENTRY DIRENTRY |
typedef struct tagDIRENTRY * LPDIRENTRY |
Definition at line 154 of file dirstack.c.
Definition at line 132 of file dirstack.c.
Definition at line 107 of file dirstack.c.
Definition at line 91 of file dirstack.c.
Referenced by Cleanup().
Definition at line 98 of file dirstack.c.
Referenced by PrintPrompt().
Definition at line 80 of file dirstack.c.
Referenced by Initialize().
Definition at line 62 of file dirstack.c.
Referenced by CommandPopd(), and DestroyDirectoryStack().
Definition at line 35 of file dirstack.c.
Referenced by CommandPushd().
|
static |
Definition at line 31 of file dirstack.c.
Referenced by CommandDirs(), InitDirectoryStack(), PopDirectory(), and PushDirectory().
|
static |
Definition at line 30 of file dirstack.c.
Referenced by CommandPopd(), InitDirectoryStack(), PopDirectory(), and PushDirectory().
|
static |
Definition at line 29 of file dirstack.c.
Referenced by CommandPopd(), DestroyDirectoryStack(), GetDirectoryStackDepth(), InitDirectoryStack(), PopDirectory(), and PushDirectory().