Lines Matching refs:control
49 struct control struct
171 static struct control *controls;
669 handle_line_error (const struct control *p, intmax_t repetition) in handle_line_error()
689 process_line_count (const struct control *p, intmax_t repetition) in process_line_count()
723 regexp_error (struct control *p, intmax_t repetition, bool ignore) in regexp_error()
749 process_regexp (struct control *p, intmax_t repetition) in process_regexp()
1018 static struct control *
1022 struct control *p; in new_control_record()
1041 check_for_offset (struct control *p, char const *str, char const *num) in check_for_offset()
1054 parse_repeat_count (int argnum, struct control *p, char *str) in parse_repeat_count()
1088 static struct control *
1094 struct control *p; in extract_regexp()
1133 struct control *p; /* New control record created. */ in parse_patterns()