HomeSort by: relevance | last modified time | path
    Searched defs:regmatch (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/pkill/
pkill.c 129 regmatch_t regmatch; local in function:main
331 rv = regexec(&reg, buf, 1, &regmatch, 0);
334 if (regmatch.rm_so == 0 &&
335 regmatch.rm_eo ==
  /src/lib/libcompat/regexp/
regexp.c 782 STATIC int regmatch __P((char *));
879 if (regmatch((char *)prog->program + 1)) { /* XXX */
890 - regmatch - main matching routine
900 regmatch(prog) function
992 if (regmatch(next)) {
1019 if (regmatch(next)) {
1039 if (regmatch(OPERAND(scan)))
1069 if (regmatch(next))

Completed in 13 milliseconds