Home | History | Annotate | Download | only in stdlib

Lines Matching refs:nc

151 	static u_int count[256], nc, bmin;
173 if (nc == 0) {
180 nc++;
183 if (sp + nc > s + SIZE) { /* Get more stack. */
204 for (cp = count + bmin; nc > 0; cp++) {
215 nc--;
242 static u_int count[256], nc, bmin;
262 if (nc == 0) {
269 nc++;
272 if (sp + nc > s + SIZE) {
288 for (cp = count + bmin; nc > 0; cp++) {
300 nc--;