ReactOS 0.4.15-dev-7924-g5949c20
dirstack Struct Reference

Public Attributes

WCHAR ** dirs
 
UINTlen_dirs
 
UINT num_dirs
 
UINT num_allocated
 

Detailed Description

Definition at line 2095 of file builtin.c.

Member Data Documentation

◆ dirs

WCHAR** dirstack::dirs

◆ len_dirs

UINT* dirstack::len_dirs

Definition at line 2098 of file builtin.c.

Referenced by alloc_dirstack(), free_dirstack(), pop_dir(), and push_dir().

◆ num_allocated

UINT dirstack::num_allocated

Definition at line 2100 of file builtin.c.

Referenced by alloc_dirstack(), and push_dir().

◆ num_dirs

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().


The documentation for this struct was generated from the following file: