|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| struct tagDIRENTRY * | prev |
| struct tagDIRENTRY * | next |
| TCHAR | szPath [1] |
Definition at line 21 of file dirstack.c.
| struct tagDIRENTRY* tagDIRENTRY::next |
Definition at line 24 of file dirstack.c.
Referenced by PopDirectory(), and PushDirectory().
| struct tagDIRENTRY* tagDIRENTRY::prev |
Definition at line 23 of file dirstack.c.
Referenced by CommandDirs(), PopDirectory(), and PushDirectory().
| TCHAR tagDIRENTRY::szPath[1] |
Definition at line 25 of file dirstack.c.
Referenced by CommandDirs(), CommandPopd(), and PushDirectory().