Lines Matching defs:regexps

967   regexp_t regexps [1];
982 regexp_t regexps [1];
990 regexp_t regexps [1];
1301 union members of declarations and regexps. */
2040 REGEXP_ALLOF (allof)->regexps [i] = gen_regexp_repeat (allof_vect [i]);
2066 REGEXP_ONEOF (oneof)->regexps [i] = gen_regexp_allof (oneof_vect [i]);
2090 REGEXP_SEQUENCE (sequence)->regexps [i]
3118 REGEXP_SEQUENCE (regexp)->regexps [i]
3119 = process_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
3123 REGEXP_ALLOF (regexp)->regexps [i]
3124 = process_regexp (REGEXP_ALLOF (regexp)->regexps [i]);
3128 REGEXP_ONEOF (regexp)->regexps [i]
3129 = process_regexp (REGEXP_ONEOF (regexp)->regexps [i]);
3231 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl))
3237 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl))
3243 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl))
3331 process_regexp_cycles (REGEXP_SEQUENCE (regexp)->regexps [i],
3346 process_regexp_cycles (REGEXP_ALLOF (regexp)->regexps [i],
3366 process_regexp_cycles (REGEXP_ONEOF (regexp)->regexps [i],
4844 REGEXP_SEQUENCE (result)->regexps [i]
4845 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
4853 REGEXP_ALLOF (result)->regexps [i]
4854 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]);
4862 REGEXP_ONEOF (result)->regexps [i]
4863 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]);
4902 REGEXP_SEQUENCE (regexp)->regexps [i] = copy_insn_regexp (operand);
4923 if (REGEXP_SEQUENCE (regexp)->regexps [i]->mode == rm_sequence)
4926 sequence = REGEXP_SEQUENCE (regexp)->regexps [i];
4945 REGEXP_SEQUENCE (result)->regexps [i]
4946 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
4948 REGEXP_SEQUENCE (result)->regexps
4950 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
4953 REGEXP_SEQUENCE (result)->regexps [i + j]
4954 = copy_insn_regexp (REGEXP_SEQUENCE (sequence)->regexps [j]);
4967 if (REGEXP_ALLOF (regexp)->regexps [i]->mode == rm_allof)
4970 allof = REGEXP_ALLOF (regexp)->regexps [i];
4988 REGEXP_ALLOF (result)->regexps [i]
4989 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]);
4991 REGEXP_ALLOF (result)->regexps
4993 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [i]);
4996 REGEXP_ALLOF (result)->regexps [i + j]
4997 = copy_insn_regexp (REGEXP_ALLOF (allof)->regexps [j]);
5010 if (REGEXP_ONEOF (regexp)->regexps [i]->mode == rm_oneof)
5013 oneof = REGEXP_ONEOF (regexp)->regexps [i];
5031 REGEXP_ONEOF (result)->regexps [i]
5032 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]);
5034 REGEXP_ONEOF (result)->regexps
5036 = copy_insn_regexp (REGEXP_ONEOF (regexp)->regexps [i]);
5039 REGEXP_ONEOF (result)->regexps [i + j]
5040 = copy_insn_regexp (REGEXP_ONEOF (oneof)->regexps [j]);
5065 if (REGEXP_SEQUENCE (regexp)->regexps [i]->mode == rm_oneof)
5068 oneof = REGEXP_SEQUENCE (regexp)->regexps [i];
5092 REGEXP_ONEOF (result)->regexps [i] = sequence;
5095 REGEXP_SEQUENCE (sequence)->regexps [j]
5096 = copy_insn_regexp (REGEXP_SEQUENCE (regexp)->regexps [j]);
5098 REGEXP_SEQUENCE (sequence)->regexps [j]
5099 = copy_insn_regexp (REGEXP_ONEOF (oneof)->regexps [i]);
5117 if (REGEXP_ALLOF (regexp)->regexps [i]->mode == rm_oneof)
5120 oneof = REGEXP_ALLOF (regexp)->regexps [i];
5144 REGEXP_ONEOF (result)->regexps [i] = allof;
5147 REGEXP_ALLOF (allof)->regexps [j]
5148 = copy_insn_regexp (REGEXP_ALLOF (regexp)->regexps [j]);
5150 REGEXP_ALLOF (allof)->regexps [j]
5151 = copy_insn_regexp (REGEXP_ONEOF (oneof)->regexps [i]);
5160 switch (REGEXP_ALLOF (regexp)->regexps [i]->mode)
5163 seq = REGEXP_ALLOF (regexp)->regexps [i];
5191 switch (REGEXP_ALLOF (regexp)->regexps [j]->mode)
5195 ->regexps [j])->regexps_num))
5199 ->regexps [j])
5200 ->regexps [i]);
5208 allof_op = REGEXP_ALLOF (regexp)->regexps [j];
5217 REGEXP_SEQUENCE (result)->regexps [i] = allof_op;
5226 REGEXP_SEQUENCE (result)->regexps [i] = allof;
5229 if (REGEXP_ALLOF (regexp)->regexps [j]->mode == rm_sequence
5232 ->regexps [j])->regexps_num)))
5235 ->regexps [j])
5236 ->regexps [i]);
5237 REGEXP_ALLOF (allof)->regexps [allof_length]
5242 && (REGEXP_ALLOF (regexp)->regexps [j]->mode
5244 || (REGEXP_ALLOF (regexp)->regexps [j]->mode
5247 allof_op = REGEXP_ALLOF (regexp)->regexps [j];
5248 REGEXP_ALLOF (allof)->regexps [allof_length]
5272 REGEXP_SEQUENCE (regexp)->regexps [i]
5273 = regexp_transform_func (REGEXP_SEQUENCE (regexp)->regexps [i],
5279 REGEXP_ALLOF (regexp)->regexps [i]
5280 = regexp_transform_func (REGEXP_ALLOF (regexp)->regexps [i], func);
5285 REGEXP_ONEOF (regexp)->regexps [i]
5286 = regexp_transform_func (REGEXP_ONEOF (regexp)->regexps [i], func);
5422 seq = REGEXP_ONEOF (regexp)->regexps [i];
5428 allof = REGEXP_SEQUENCE (seq)->regexps [j];
5434 unit = REGEXP_ALLOF (allof)->regexps [k];
5458 unit = REGEXP_ALLOF (seq)->regexps [k];
5591 (REGEXP_SEQUENCE (regexp)->regexps [i], automaton, curr_cycle) + 1;
5602 ->regexps [i],
5669 process_alts_for_forming_states (REGEXP_ONEOF (regexp)->regexps [i],
7012 form_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]);
7022 if (REGEXP_ALLOF (regexp)->regexps[i]->mode == rm_sequence
7023 || REGEXP_ALLOF (regexp)->regexps[i]->mode == rm_oneof)
7025 form_regexp (REGEXP_ALLOF (regexp)->regexps [i]);
7026 if (REGEXP_ALLOF (regexp)->regexps[i]->mode == rm_sequence
7027 || REGEXP_ALLOF (regexp)->regexps[i]->mode == rm_oneof)
7038 if (REGEXP_ONEOF (regexp)->regexps[i]->mode == rm_sequence)
7040 form_regexp (REGEXP_ONEOF (regexp)->regexps [i]);
7041 if (REGEXP_ONEOF (regexp)->regexps[i]->mode == rm_sequence)