|
PostgreSQL Source Code git master
|
#include <indent_globs.h>
Data Fields | |
| int | last_token |
| int | p_stack [256] |
| int | il [64] |
| float | cstk [32] |
| int | box_com |
| int | comment_delta |
| int | n_comment_delta |
| int | cast_mask |
| int | not_cast_mask |
| int | block_init |
| int | block_init_level |
| int | last_nl |
| int | in_or_st |
| int | bl_line |
| int | col_1 |
| int | com_col |
| int | com_ind |
| int | com_lines |
| int | dec_nest |
| int | decl_com_ind |
| int | decl_on_line |
| int | i_l_follow |
| int | in_decl |
| int | in_stmt |
| int | ind_level |
| int | ind_size |
| int | ind_stmt |
| int | last_u_d |
| int | leave_comma |
| int | ljust_decl |
| int | out_coms |
| int | out_lines |
| int | p_l_follow |
| int | paren_level |
| short | paren_indents [20] |
| int | pcase |
| int | search_brace |
| int | unindent_displace |
| int | use_ff |
| int | want_blank |
| int | else_if |
| int | decl_indent |
| int | local_decl_indent |
| int | keyword |
| int | dumped_decl_indent |
| float | case_indent |
| int | in_parameter_declaration |
| int | indent_parameters |
| int | tos |
| char | procname [100] |
| int | just_saw_decl |
Definition at line 233 of file indent_globs.h.
| int parser_state::bl_line |
Definition at line 261 of file indent_globs.h.
Referenced by dump_line(), and main().
| int parser_state::block_init |
Definition at line 251 of file indent_globs.h.
Referenced by dump_line(), and main().
| int parser_state::block_init_level |
Definition at line 252 of file indent_globs.h.
Referenced by dump_line(), and main().
| int parser_state::box_com |
Definition at line 238 of file indent_globs.h.
Referenced by pr_comment().
| float parser_state::case_indent |
Definition at line 322 of file indent_globs.h.
Referenced by main(), parse(), set_defaults(), and set_option().
| int parser_state::cast_mask |
Definition at line 247 of file indent_globs.h.
Referenced by main().
| int parser_state::col_1 |
Definition at line 262 of file indent_globs.h.
Referenced by pr_comment().
| int parser_state::com_col |
Definition at line 264 of file indent_globs.h.
Referenced by dump_line(), and pr_comment().
| int parser_state::com_ind |
Definition at line 266 of file indent_globs.h.
Referenced by main(), and pr_comment().
| int parser_state::com_lines |
Definition at line 268 of file indent_globs.h.
Referenced by dump_line(), and main().
| int parser_state::comment_delta |
Definition at line 241 of file indent_globs.h.
Referenced by dump_line(), and pr_comment().
| float parser_state::cstk[32] |
Definition at line 237 of file indent_globs.h.
| int parser_state::dec_nest |
Definition at line 270 of file indent_globs.h.
Referenced by main().
| int parser_state::decl_com_ind |
Definition at line 271 of file indent_globs.h.
Referenced by main(), and pr_comment().
| int parser_state::decl_indent |
Definition at line 318 of file indent_globs.h.
Referenced by main().
| int parser_state::decl_on_line |
Definition at line 273 of file indent_globs.h.
Referenced by dump_line(), main(), and pr_comment().
| int parser_state::dumped_decl_indent |
Definition at line 321 of file indent_globs.h.
Referenced by dump_line(), and main().
| int parser_state::else_if |
Definition at line 316 of file indent_globs.h.
| int parser_state::i_l_follow |
Definition at line 275 of file indent_globs.h.
Referenced by dump_line(), main(), parse(), and reduce().
| int parser_state::il[64] |
Definition at line 236 of file indent_globs.h.
| int parser_state::in_decl |
Definition at line 277 of file indent_globs.h.
Referenced by dump_line(), and main().
| int parser_state::in_or_st |
Definition at line 256 of file indent_globs.h.
Referenced by main().
| int parser_state::in_parameter_declaration |
Definition at line 324 of file indent_globs.h.
Referenced by main().
| int parser_state::in_stmt |
Definition at line 280 of file indent_globs.h.
Referenced by dump_line(), and main().
| int parser_state::ind_level |
Definition at line 281 of file indent_globs.h.
Referenced by compute_code_target(), compute_label_target(), dump_line(), indent_declaration(), main(), parse(), and pr_comment().
| int parser_state::ind_size |
Definition at line 282 of file indent_globs.h.
Referenced by compute_code_target(), compute_label_target(), indent_declaration(), main(), and pr_comment().
| int parser_state::ind_stmt |
Definition at line 283 of file indent_globs.h.
Referenced by compute_code_target(), dump_line(), and main().
| int parser_state::indent_parameters |
Definition at line 325 of file indent_globs.h.
Referenced by main().
| int parser_state::just_saw_decl |
Definition at line 328 of file indent_globs.h.
Referenced by dump_line(), main(), and pr_comment().
| int parser_state::keyword |
Definition at line 320 of file indent_globs.h.
Referenced by main().
| int parser_state::last_nl |
Definition at line 254 of file indent_globs.h.
Referenced by main(), and pr_comment().
| int parser_state::last_token |
Definition at line 234 of file indent_globs.h.
Referenced by main(), and pr_comment().
| int parser_state::last_u_d |
Definition at line 286 of file indent_globs.h.
Referenced by main().
| int parser_state::leave_comma |
Definition at line 288 of file indent_globs.h.
Referenced by main().
| int parser_state::ljust_decl |
Definition at line 290 of file indent_globs.h.
| int parser_state::local_decl_indent |
Definition at line 319 of file indent_globs.h.
Referenced by main().
| int parser_state::n_comment_delta |
Definition at line 243 of file indent_globs.h.
Referenced by dump_line(), and pr_comment().
| int parser_state::not_cast_mask |
Definition at line 249 of file indent_globs.h.
Referenced by main().
| int parser_state::out_coms |
Definition at line 292 of file indent_globs.h.
Referenced by main(), and pr_comment().
| int parser_state::out_lines |
Definition at line 294 of file indent_globs.h.
Referenced by dump_line(), and main().
| int parser_state::p_l_follow |
Definition at line 296 of file indent_globs.h.
Referenced by dump_line(), and main().
| int parser_state::p_stack[256] |
Definition at line 235 of file indent_globs.h.
| short parser_state::paren_indents[20] |
Definition at line 300 of file indent_globs.h.
Referenced by dump_line(), and main().
| int parser_state::paren_level |
Definition at line 298 of file indent_globs.h.
Referenced by compute_code_target(), dump_line(), and main().
| int parser_state::pcase |
Definition at line 301 of file indent_globs.h.
Referenced by compute_label_target(), dump_line(), and main().
| char parser_state::procname[100] |
Definition at line 327 of file indent_globs.h.
Referenced by dump_line(), and main().
| int parser_state::search_brace |
Definition at line 304 of file indent_globs.h.
| int parser_state::tos |
Definition at line 326 of file indent_globs.h.
| int parser_state::unindent_displace |
Definition at line 307 of file indent_globs.h.
Referenced by main(), and pr_comment().
| int parser_state::use_ff |
Definition at line 311 of file indent_globs.h.
Referenced by dump_line(), main(), and pr_comment().
| int parser_state::want_blank |
Definition at line 313 of file indent_globs.h.
Referenced by indent_declaration(), and main().