Lines Matching refs:pcre_exec
941 mrc address of where to put the result of pcre_exec()
961 *mrc = pcre_exec(pattern_list[i], hints_list[i], matchptr, (int)length, 0,
965 fprintf(stderr, "pcregrep: pcre_exec() gave error %d while matching ", *mrc);
1086 of the subject string to pass to pcre_exec(). In multiline mode, it is the
1132 match = (pcre_exec
1594 pcre_exec(exclude_dir_compiled, NULL, nextfile, nflen, 0, 0, NULL, 0) >= 0)
1598 pcre_exec(include_dir_compiled, NULL, nextfile, nflen, 0, 0, NULL, 0) < 0)
1604 pcre_exec(exclude_compiled, NULL, nextfile, nflen, 0, 0, NULL, 0) >= 0)
1608 pcre_exec(include_compiled, NULL, nextfile, nflen, 0, 0, NULL, 0) < 0)