Home
last modified time | relevance | path

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

/plan9/sys/src/ape/cmd/diff/
H A Dcontext.c159 if (function_regexp_list)
292 if (function_regexp_list)
449 for (r = function_regexp_list; r; r = r->next)
H A Ddiff.h107 EXTERN struct regexp_list *function_regexp_list; variable
H A Ddiff.c367 add_regexp (&function_regexp_list, optarg);
440 add_regexp (&function_regexp_list, "^[_a-zA-Z$]");
H A Dio.c553 if (no_diff_means_no_output && ! function_regexp_list)