Searched refs:MAX_MATCH (Results 1 – 1 of 1) sorted by relevance
41 #define MAX_MATCH 10 macro48 regmatch_t matches[MAX_MATCH];79 regmatch_t matches[MAX_MATCH]; in main()91 ret = regexec(®ex, tests[t].string, MAX_MATCH, matches, 0); in main()100 for (m = 0; m < MAX_MATCH; m++) { in main()