Home | History | Annotate | Download | only in linker

Lines Matching refs:nn

430     int nn = 0;
448 mm = nn;
456 if (mm > nn) {
457 out_send(o, format+nn, mm-nn);
458 nn = mm;
466 nn++; // skip it
470 c = format[nn++];
493 nn --;
494 width = (int)parse_decimal(format, &nn);
495 c = format[nn++];
500 prec = (int)parse_decimal(format, &nn);
501 c = format[nn++];
508 if (format[nn] == 'h') {
510 nn += 1;
512 c = format[nn++];
516 if (format[nn] == 'l') {
518 nn += 1;
520 c = format[nn++];
524 c = format[nn++];
528 c = format[nn++];