ReactOS 0.4.16-dev-13-ge2fc578
|
Public Attributes | |
WCHAR ** | dirs |
UINT * | len_dirs |
UINT | num_dirs |
UINT | num_allocated |
WCHAR** dirstack::dirs |
Definition at line 2097 of file builtin.c.
Referenced by alloc_dirstack(), clear_dirstack(), free_dirstack(), peek_dir(), pop_dir(), push_dir(), and seen_dir().
UINT* dirstack::len_dirs |
Definition at line 2098 of file builtin.c.
Referenced by alloc_dirstack(), free_dirstack(), pop_dir(), and push_dir().
UINT dirstack::num_allocated |
Definition at line 2100 of file builtin.c.
Referenced by alloc_dirstack(), and push_dir().
UINT dirstack::num_dirs |
Definition at line 2099 of file builtin.c.
Referenced by alloc_dirstack(), clear_dirstack(), peek_dir(), pop_dir(), push_dir(), and seen_dir().