Lines Matching refs:regexp_t
190 typedef struct regexp *regexp_t; typedef
217 static regexp_t gen_regexp_sequence (const char *);
440 regexp_t regexp;
457 regexp_t regexp;
480 regexp_t transformed_regexp;
554 regexp_t regexps [1];
561 regexp_t regexp;
569 regexp_t regexps [1];
577 regexp_t regexps [1];
1552 static regexp_t
1555 regexp_t regexp; in gen_regexp_el()
1584 static regexp_t
1587 regexp_t regexp; in gen_regexp_repeat()
1588 regexp_t repeat; in gen_regexp_repeat()
1617 static regexp_t
1620 regexp_t allof; in gen_regexp_allof()
1631 + sizeof (regexp_t) * (els_num - 1)); in gen_regexp_allof()
1643 static regexp_t
1646 regexp_t oneof; in gen_regexp_oneof()
1657 + sizeof (regexp_t) * (els_num - 1)); in gen_regexp_oneof()
1669 static regexp_t
1672 regexp_t sequence; in gen_regexp_sequence()
1685 + sizeof (regexp_t) * (els_num - 1)); in gen_regexp_sequence()
1698 static regexp_t
2755 static regexp_t
2756 process_regexp (regexp_t regexp) in process_regexp()
2759 regexp_t new_regexp; in process_regexp()
2878 loop_in_regexp (regexp_t regexp, decl_t start_decl) in loop_in_regexp()
2969 process_regexp_cycles (regexp_t regexp, int max_start_cycle, in process_regexp_cycles()
4488 static regexp_t
4489 copy_insn_regexp (regexp_t regexp) in copy_insn_regexp()
4491 regexp_t result; in copy_insn_regexp()
4512 sizeof (struct regexp) + sizeof (regexp_t) in copy_insn_regexp()
4521 sizeof (struct regexp) + sizeof (regexp_t) in copy_insn_regexp()
4530 sizeof (struct regexp) + sizeof (regexp_t) in copy_insn_regexp()
4553 static regexp_t
4554 transform_1 (regexp_t regexp) in transform_1()
4558 regexp_t operand; in transform_1()
4568 + sizeof (regexp_t) * (repeat_num - 1)); in transform_1()
4583 static regexp_t
4584 transform_2 (regexp_t regexp) in transform_2()
4588 regexp_t sequence = NULL; in transform_2()
4589 regexp_t result; in transform_2()
4605 + sizeof (regexp_t) in transform_2()
4632 regexp_t allof = NULL; in transform_2()
4633 regexp_t result; in transform_2()
4649 + sizeof (regexp_t) in transform_2()
4675 regexp_t oneof = NULL; in transform_2()
4676 regexp_t result; in transform_2()
4692 + sizeof (regexp_t) in transform_2()
4724 static regexp_t
4725 transform_3 (regexp_t regexp) in transform_3()
4729 regexp_t oneof = NULL; in transform_3()
4731 regexp_t result; in transform_3()
4732 regexp_t sequence; in transform_3()
4747 + sizeof (regexp_t) in transform_3()
4757 + sizeof (regexp_t) in transform_3()
4778 regexp_t oneof = NULL; in transform_3()
4779 regexp_t seq; in transform_3()
4782 regexp_t result; in transform_3()
4783 regexp_t allof = NULL; in transform_3()
4784 regexp_t allof_op = NULL; in transform_3()
4799 + sizeof (regexp_t) in transform_3()
4809 + sizeof (regexp_t) in transform_3()
4854 + sizeof (regexp_t) * (max_seq_length - 1)); in transform_3()
4892 + sizeof (regexp_t) in transform_3()
4934 static regexp_t
4935 regexp_transform_func (regexp_t regexp, regexp_t (*func) (regexp_t regexp)) in regexp_transform_func()
4977 static regexp_t
4978 transform_regexp (regexp_t regexp) in transform_regexp()
5055 store_alt_unit_usage (regexp_t regexp, regexp_t unit, int cycle, in store_alt_unit_usage()
5148 regexp_t regexp) in check_regexp_units_distribution()
5152 regexp_t seq, allof, unit; in check_regexp_units_distribution()
5353 process_seq_for_forming_states (regexp_t regexp, automaton_t automaton, in process_seq_for_forming_states()
5427 process_alts_for_forming_states (regexp_t regexp, automaton_t automaton, in process_alts_for_forming_states()
6792 form_regexp (regexp_t regexp) in form_regexp()
6877 regexp_representation (regexp_t regexp) in regexp_representation()
8768 output_regexp (regexp_t regexp) in output_regexp()