|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| struct tagHISTORY * | prev |
| struct tagHISTORY * | next |
| LPTSTR | string |
| struct tagHISTORY* tagHISTORY::next |
Definition at line 47 of file history.c.
Referenced by add_at_bottom(), CleanHistory(), History(), History_del_current_entry(), and InitHistory().
| struct tagHISTORY* tagHISTORY::prev |
Definition at line 46 of file history.c.
Referenced by add_at_bottom(), CommandHistory(), History(), History_del_current_entry(), InitHistory(), and set_size().
| LPTSTR tagHISTORY::string |
Definition at line 48 of file history.c.
Referenced by add_at_bottom(), CommandHistory(), History(), and InitHistory().