Home
last modified time | relevance | path

Searched refs:function_regexp_list (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dcontext.c156 if (function_regexp_list)
287 if (function_regexp_list)
443 for (r = function_regexp_list; r; r = r->next)
H A Ddiff.c373 add_regexp (&function_regexp_list, optarg);
441 add_regexp (&function_regexp_list, "^[_a-zA-Z$]");
1239 function_regexp_list = NULL;
H A Ddiff.h106 EXTERN struct regexp_list *function_regexp_list; variable
H A Dio.c551 if (no_diff_means_no_output && ! function_regexp_list)