Lines Matching defs:n
50 * printf("allocation error\n");52 * printf("name could not be demangled\n");54 * printf("demangled name is: %s\n",dm);86 int n;96 n = getint(&c);97 if (n == 0 || (int) strlen(c) < n)100 s = nprep_String(c,s,n);101 c += n;229 int n;233 n = getint(&c);234 if(n == 0) {239 s = napp_String(s,c,n);