Home | Sort by: relevance | last modified time | path |
/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 |