Lines Matching refs:pattern
29 * program<del><pattern><del>
30 * input<del><pattern><del>command<del>
31 * output<del><pattern><del>command<del>
38 * (literal) \<n> in command expands to the <n>th subexpression in the file path pattern match
56 char* pattern;
63 char* pattern;
113 io->pattern = v;
128 mv->pattern = v;
182 sfprintf(sfstdout, " program %s \n", mp->pattern);
184 sfprintf(sfstdout, " input %s %s\n", io->pattern, io->command);
186 sfprintf(sfstdout, " output %s %s\n", io->pattern, io->command);
215 if ((!mp->pattern || strmatch(error_info.id, mp->pattern)) && (io = mp->io[n]))
219 if (!io->pattern && !(m = 0) || (m = strgrpmatch(path, io->pattern, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_RIGHT)))