HomeSort by: relevance | last modified time | path
    Searched defs:nplus (Results 1 - 3 of 3) 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/lib/libc/regex/
regex2.h 198 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts

Completed in 299 milliseconds