Lines Matching refs:regexp_t
193 typedef struct regexp *regexp_t; typedef
232 static regexp_t gen_regexp_sequence (const char *);
455 regexp_t regexp;
472 regexp_t regexp;
495 regexp_t transformed_regexp;
569 regexp_t regexps [1];
576 regexp_t regexp;
584 regexp_t regexps [1];
592 regexp_t regexps [1];
1562 static regexp_t
1565 regexp_t regexp; in gen_regexp_el()
1594 static regexp_t
1597 regexp_t regexp; in gen_regexp_repeat()
1598 regexp_t repeat; in gen_regexp_repeat()
1627 static regexp_t
1630 regexp_t allof; in gen_regexp_allof()
1641 + sizeof (regexp_t) * (els_num - 1)); in gen_regexp_allof()
1653 static regexp_t
1656 regexp_t oneof; in gen_regexp_oneof()
1667 + sizeof (regexp_t) * (els_num - 1)); in gen_regexp_oneof()
1679 static regexp_t
1682 regexp_t sequence; in gen_regexp_sequence()
1691 + sizeof (regexp_t) * (els_num - 1)); in gen_regexp_sequence()
1704 static regexp_t
2759 static regexp_t
2760 process_regexp (regexp_t regexp) in process_regexp()
2763 regexp_t new_regexp; in process_regexp()
2882 loop_in_regexp (regexp_t regexp, decl_t start_decl) in loop_in_regexp()
2973 process_regexp_cycles (regexp_t regexp, int max_start_cycle, in process_regexp_cycles()
4496 static regexp_t
4497 copy_insn_regexp (regexp_t regexp) in copy_insn_regexp()
4499 regexp_t result; in copy_insn_regexp()
4520 sizeof (struct regexp) + sizeof (regexp_t) in copy_insn_regexp()
4529 sizeof (struct regexp) + sizeof (regexp_t) in copy_insn_regexp()
4538 sizeof (struct regexp) + sizeof (regexp_t) in copy_insn_regexp()
4561 static regexp_t
4562 transform_1 (regexp_t regexp) in transform_1()
4566 regexp_t operand; in transform_1()
4576 + sizeof (regexp_t) * (repeat_num - 1)); in transform_1()
4591 static regexp_t
4592 transform_2 (regexp_t regexp) in transform_2()
4596 regexp_t sequence = NULL; in transform_2()
4597 regexp_t result; in transform_2()
4613 + sizeof (regexp_t) in transform_2()
4640 regexp_t allof = NULL; in transform_2()
4641 regexp_t result; in transform_2()
4657 + sizeof (regexp_t) in transform_2()
4683 regexp_t oneof = NULL; in transform_2()
4684 regexp_t result; in transform_2()
4700 + sizeof (regexp_t) in transform_2()
4732 static regexp_t
4733 transform_3 (regexp_t regexp) in transform_3()
4737 regexp_t oneof = NULL; in transform_3()
4739 regexp_t result; in transform_3()
4740 regexp_t sequence; in transform_3()
4755 + sizeof (regexp_t) in transform_3()
4765 + sizeof (regexp_t) in transform_3()
4786 regexp_t oneof = NULL; in transform_3()
4787 regexp_t seq; in transform_3()
4790 regexp_t result; in transform_3()
4791 regexp_t allof = NULL; in transform_3()
4792 regexp_t allof_op = NULL; in transform_3()
4807 + sizeof (regexp_t) in transform_3()
4817 + sizeof (regexp_t) in transform_3()
4862 + sizeof (regexp_t) * (max_seq_length - 1)); in transform_3()
4900 + sizeof (regexp_t) in transform_3()
4942 static regexp_t
4943 regexp_transform_func (regexp_t regexp, regexp_t (*func) (regexp_t regexp)) in regexp_transform_func()
4985 static regexp_t
4986 transform_regexp (regexp_t regexp) in transform_regexp()
5065 store_alt_unit_usage (regexp_t regexp, regexp_t unit, int cycle,
5160 regexp_t regexp) in check_regexp_units_distribution()
5164 regexp_t seq, allof, unit; in check_regexp_units_distribution()
5372 process_seq_for_forming_states (regexp_t regexp, automaton_t automaton, in process_seq_for_forming_states()
5446 process_alts_for_forming_states (regexp_t regexp, automaton_t automaton, in process_alts_for_forming_states()
6820 form_regexp (regexp_t regexp) in form_regexp()
6905 regexp_representation (regexp_t regexp) in regexp_representation()
8811 output_regexp (regexp_t regexp) in output_regexp()