#include "config_list.h"

Go to the source code of this file.
Functions | |
| static void | LIST_Configure (void) |
Variables | |
| BOOL | List_Enabled = FALSE |
| BOOL | List_All_Options = FALSE |
| BOOL | List_Cite = FALSE |
| BOOL | List_Options = FALSE |
| BOOL | List_Symbols = FALSE |
| BOOL | List_Notes = TRUE |
| static BOOL | List_Notes_Set = FALSE |
| BOOL | List_Software_Names = FALSE |
| BOOL | List_Source = TRUE |
| static OPTION_DESC | Options_LIST [] |
| static void LIST_Configure | ( | void | ) | [static] |
Definition at line 124 of file config_list.cxx.
References List_All_Options, List_Cite, List_Enabled, List_Options, and List_Symbols.
Referenced by Configure_Source().
| BOOL List_All_Options = FALSE |
Definition at line 63 of file config_list.cxx.
Referenced by List_Compile_Options(), LIST_Configure(), and main().
Definition at line 64 of file config_list.cxx.
Referenced by Configure_Source(), LIST_Configure(), and Process_Filename_Options().
| BOOL List_Enabled = FALSE |
Definition at line 62 of file config_list.cxx.
Referenced by LIST_Configure(), main(), Prepare_Listing_File(), and Process_Command_Line().
| BOOL List_Notes = TRUE |
Definition at line 67 of file config_list.cxx.
BOOL List_Notes_Set = FALSE [static] |
Definition at line 68 of file config_list.cxx.
| BOOL List_Options = FALSE |
Definition at line 65 of file config_list.cxx.
Referenced by List_Compile_Options(), and LIST_Configure().
| BOOL List_Software_Names = FALSE |
Definition at line 69 of file config_list.cxx.
| BOOL List_Source = TRUE |
Definition at line 70 of file config_list.cxx.
| BOOL List_Symbols = FALSE |
Definition at line 66 of file config_list.cxx.
Referenced by LIST_Configure().
OPTION_DESC Options_LIST[] [static] |
Definition at line 73 of file config_list.cxx.
1.7.1