Typedefs | |
typedef enum _match_flags | match_flags |
typedef match_flags | match_flag_type |
Enumerations | |
enum | _match_flags { match_default = 0, match_not_bol = 1, match_not_eol = match_not_bol << 1, match_not_bob = match_not_eol << 1, match_not_eob = match_not_bob << 1, match_not_bow = match_not_eob << 1, match_not_eow = match_not_bow << 1, match_not_dot_newline = match_not_eow << 1, match_not_dot_null = match_not_dot_newline << 1, match_prev_avail = match_not_dot_null << 1, match_init = match_prev_avail << 1, match_any = match_init << 1, match_not_null = match_any << 1, match_continuous = match_not_null << 1, match_partial = match_continuous << 1, match_stop = match_partial << 1, match_not_initial_null = match_stop, match_all = match_stop << 1, match_perl = match_all << 1, match_posix = match_perl << 1, match_nosubs = match_posix << 1, match_extra = match_nosubs << 1, match_single_line = match_extra << 1, match_unused1 = match_single_line << 1, match_unused2 = match_unused1 << 1, match_unused3 = match_unused2 << 1, match_max = match_unused3, format_perl = 0, format_default = 0, format_sed = match_max << 1, format_all = format_sed << 1, format_no_copy = format_all << 1, format_first_only = format_no_copy << 1, format_is_if = format_first_only << 1, format_literal = format_is_if << 1 } |
typedef match_flags match_flag_type |
typedef enum _match_flags match_flags |
enum _match_flags |