#include "types.h"
Include dependency graph for clflags.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | cl_flag |
Typedefs | |
typedef cl_flag | cl_flag_t |
Functions | |
bool | set_cl_flag (char *flag_name, bool print_message) |
void | cl_flags_help (void) |
void | list_cl_flag_names (void) |
void | show_all_cl_flag_settings (bool from_src) |
void | list_cl_flag_settings (void) |
void | save_cl_flags (void) |
void | reset_cl_flags (void) |
Variables | |
bool | ibm_locals |
bool | ibm_locals_legacy_separator |
bool | ibm_legacy_separator_message |
bool | enable_abort_quote |
bool | sun_style_abort_quote |
bool | abort_quote_throw |
bool | string_remark_escape |
bool | hex_remark_escape |
bool | c_style_string_escape |
bool | always_headers |
bool | always_external |
bool | verbose_dup_warning |
bool | obso_fcode_warning |
bool | trace_conditionals |
bool | big_end_pci_image_rev |
bool | force_tokens_case |
bool | force_lower_case_tokens |
bool | clflag_help |
|
|
|
Definition at line 623 of file clflags.c. References cl_flag_change, and number_of_cl_flags. Referenced by get_args(). |
|
Definition at line 571 of file clflags.c. References number_of_cl_flags. Referenced by get_args(). |
|
Definition at line 542 of file clflags.c. References cl_flag_change, and show_all_cl_flag_settings(). Referenced by get_args(). Here is the call graph for this function: |
|
Definition at line 718 of file clflags.c. References cl_flags_bit_map, cl_flag::flag_var, and number_of_cl_flags. Referenced by main(). |
|
Definition at line 675 of file clflags.c. References cl_flags_bit_map, and number_of_cl_flags. Referenced by get_args(). |
|
Definition at line 400 of file clflags.c. References adjust_case_flags(), cl_flag_change, first_err_msg, cl_flag::flag_var, INFO, lower_case_tokens, number_of_cl_flags, TKERROR, tokenization_error(), upper_case_tokens, was_lower_case_tk, and was_upper_case_tk. Referenced by get_args(), and handle_internal(). Here is the call graph for this function: |
|
Definition at line 499 of file clflags.c. References ERRMSG_DESTINATION, MESSAGE, number_of_cl_flags, and tokenization_error(). Referenced by handle_internal(), and list_cl_flag_settings(). Here is the call graph for this function: |
|
Definition at line 97 of file clflags.c. Referenced by abort_quote(). |
|
Definition at line 102 of file clflags.c. Referenced by set_hdr_flag(). |
|
Definition at line 101 of file clflags.c. Referenced by set_hdr_flag(). |
|
Definition at line 106 of file clflags.c. Referenced by finish_pcihdr(), and handle_internal(). |
|
Definition at line 100 of file clflags.c. Referenced by get_string(). |
|
Definition at line 109 of file clflags.c. Referenced by get_args(). |
|
Definition at line 95 of file clflags.c. Referenced by abort_quote(). |
|
Definition at line 120 of file clflags.c. Referenced by adjust_case_flags(), and create_word(). |
|
Definition at line 119 of file clflags.c. Referenced by adjust_case_flags(), and create_word(). |
|
Definition at line 99 of file clflags.c. Referenced by get_sequence(). |
|
Definition at line 94 of file clflags.c. Referenced by locals_separator(). |
|
Definition at line 92 of file clflags.c. Referenced by handle_internal(), lookup_word(), and skip_string(). |
|
Definition at line 93 of file clflags.c. Referenced by locals_separator(). |
|
Definition at line 104 of file clflags.c. Referenced by obsolete_warning(). |
|
Definition at line 98 of file clflags.c. Referenced by get_string(). |
|
Definition at line 96 of file clflags.c. Referenced by abort_quote(). |
|
Definition at line 105 of file clflags.c. Referenced by conditionally_tokenize(). |
|
Definition at line 103 of file clflags.c. Referenced by warn_if_duplicate(). |