
Go to the source code of this file.
Defines | |
| #define | MAX_TABS 5 |
| #define | MAX_USAGE_STR 6 |
| #define | MAX_MISC_STR 16 |
| #define | MAX_LIST_ID 4 |
| #define | MAX_COLS 8 |
Variables | |
| char | g_szTabItems [MAX_TABS][256] |
| char | g_szColumnTitles [MAX_LIST_ID][MAX_COLS][256] |
| char | g_szUsageItems [MAX_USAGE_STR][256] |
| char | g_szMiscItems [MAX_MISC_STR][256] |
| int | g_nColSortTypes [MAX_LIST_ID][MAX_COLS] |
| #define MAX_COLS 8 |
| #define MAX_LIST_ID 4 |
| #define MAX_MISC_STR 16 |
| #define MAX_TABS 5 |
| #define MAX_USAGE_STR 6 |
| int g_nColSortTypes[MAX_LIST_ID][MAX_COLS] |
| char g_szColumnTitles[MAX_LIST_ID][MAX_COLS][256] |
| char g_szMiscItems[MAX_MISC_STR][256] |
| char g_szTabItems[MAX_TABS][256] |
| char g_szUsageItems[MAX_USAGE_STR][256] |
1.5.6