Searched refs:add_regexp (Results 1 – 2 of 2) sorted by relevance
57 static void add_regexp (struct regexp_list *, char const *);382 add_regexp (&function_regexp_list, optarg); in main()401 add_regexp (&ignore_regexp_list, optarg); in main()439 add_regexp (&function_regexp_list, "^[[:alpha:]$_]"); in main()784 add_regexp (struct regexp_list *reglist, char const *pattern) in add_regexp() function
2035 * diff.c (add_regexp): Build one big regexp instead of a regexp list.2077 (add_regexp): Free storage on failure. Allocate storage all at one go.3105 * diff.c (add_regexp): New function.