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

  /src/lib/libc/regex/
regex2.h 196 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
  /src/sys/dev/sdmmc/
if_bwfm_sdio.c 1734 int nsub; local in function:bwfm_sdio_rx_frames
1874 nsub = flen / sizeof(uint16_t);
1875 subsize = nsub * sizeof(uint16_t);
1882 bwfm_sdio_rx_glom(sc, sublen, nsub, &nextlen);
1894 bwfm_sdio_rx_glom(struct bwfm_sdio_softc *sc, uint16_t *sublen, int nsub,
1905 if (nsub == 0) {
1906 printf("%s: rx_glom nsub == 0\n", DEVNAME(sc));
1911 for (i = 0; i < nsub; i++) {
  /src/usr.bin/make/
var.c 1599 const regmatch_t *m, size_t nsub)
1603 if (n >= nsub)
1621 const regmatch_t *m, size_t nsub)
1631 RegexReplaceBackref(*++rp, buf, wp, m, nsub);
1643 size_t nsub; member in struct:ModifyWord_SubstRegexArgs
1664 xrv = regexec(&args->re, wp, args->nsub, m, flags);
1677 RegexReplace(args->replace, buf, wp, m, args->nsub);
3037 args.nsub = args.re.re_nsub + 1;
3038 if (args.nsub > 10)
3039 args.nsub = 10
    [all...]

Completed in 14 milliseconds