Searched refs:add_regexp (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | diff.c | 53 static void add_regexp PARAMS((struct regexp_list **, char const *)); 381 add_regexp (&function_regexp_list, optarg); 407 add_regexp (&ignore_regexp_list, optarg); 449 add_regexp (&function_regexp_list, "^[_a-zA-Z$]"); 729 add_regexp (reglist, pattern) in add_regexp() function
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | diff.c | 64 static void add_regexp (struct regexp_list *, char const *); 384 add_regexp (&function_regexp_list, optarg); in main() 403 add_regexp (&ignore_regexp_list, optarg); in main() 436 add_regexp (&function_regexp_list, "^[[:alpha:]$_]"); in main() 758 add_regexp (struct regexp_list *reglist, char const *pattern) in add_regexp() function
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | ChangeLog | 1566 * diff.c (add_regexp): Build one big regexp instead of a regexp list. 1608 (add_regexp): Free storage on failure. Allocate storage all at one go. 2636 * diff.c (add_regexp): New function.
|