HomeSort by: relevance | last modified time | path
    Searched refs:nplus (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sparc64/dev/
consinit.c 103 static int nplus = 0; local in function:prom_cngetc
110 if (nplus++ > 3) Debugger();
111 } else nplus = 0;
  /src/sys/arch/sun2/dev/
consinit.c 114 static int nplus = 0; local in function:prom_cngetc
120 if (nplus++ > 3) Debugger();
121 } else nplus = 0;
  /src/tests/lib/libc/regex/
debug.c 78 if (g->nplus > 0)
79 fprintf(d, ", nplus %u", g->nplus);
  /src/lib/libc/regex/
regex2.h 198 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
engine.c 98 const char **lastpos; /* [nplus+1] */
351 if (g->nplus > 0 && m->lastpos == NULL)
352 m->lastpos = malloc((g->nplus+1) *
354 if (g->nplus > 0 && m->lastpos == NULL) {
366 assert(g->nplus == 0 || m->lastpos != NULL);
806 assert(lev+1 <= m->g->nplus);
regcomp.c 397 g->nplus = pluscount(p, g);

Completed in 17 milliseconds