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

  /src/lib/libcompat/regexp/
regexp.c 180 STATIC char *regbranch __P((int *));
326 br = regbranch(&flags);
338 br = regbranch(&flags);
370 - regbranch - one alternative of an | operator
375 regbranch(flagp) function
  /src/external/bsd/less/dist/
regexp.c 183 STATIC char *regbranch();
325 br = regbranch(&flags);
337 br = regbranch(&flags);
369 - regbranch - one alternative of an | operator
374 regbranch(flagp) function
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 22238 static int regbranch(regex_t *preg, int *flagp );
22368 br = regbranch(preg, &flags);
22380 br = regbranch(preg, &flags);
22414 static int regbranch(regex_t *preg, int *flagp ) function

Completed in 43 milliseconds