/src/usr.bin/error/ |
pi.c | 232 char **nwordv; local in function:pi 234 nwordv = NULL; 268 nwordv = wordvsplice(longpiptr ? 2 : 4, cur_wordc, cur_wordv+1); 269 nwordv[0] = strdup(currentfilename); 270 nwordv[1] = strdup(c_linenumber); 272 nwordv[2] = Strdup("pascal errortype"); /* XXX leaked */ 273 nwordv[3] = cur_wordv[1]; 274 nwordv[4] = strdup("%%%\n"); 275 if (strlen(nwordv[5]) > (8-2)) /* this is the pointer */ 276 nwordv[5] += (8-2); /* bump over 6 characters * [all...] |
pi.c | 232 char **nwordv; local in function:pi 234 nwordv = NULL; 268 nwordv = wordvsplice(longpiptr ? 2 : 4, cur_wordc, cur_wordv+1); 269 nwordv[0] = strdup(currentfilename); 270 nwordv[1] = strdup(c_linenumber); 272 nwordv[2] = Strdup("pascal errortype"); /* XXX leaked */ 273 nwordv[3] = cur_wordv[1]; 274 nwordv[4] = strdup("%%%\n"); 275 if (strlen(nwordv[5]) > (8-2)) /* this is the pointer */ 276 nwordv[5] += (8-2); /* bump over 6 characters * [all...] |
input.c | 166 char **nwordv; local in function:onelong 200 nwordv = Calloc(4, sizeof(char *)); 201 nwordv[0] = Strdup("ld:"); /* XXX leaked */ 202 nwordv[1] = cur_wordv[1]; 203 nwordv[2] = Strdup("is"); /* XXX leaked */ 204 nwordv[3] = Strdup("undefined.");/* XXX leaked */ 206 cur_wordv = nwordv - 1; 282 char **nwordv; local in function:gcc45ccom 312 nwordv = wordvsplice(EHEAD, cur_wordc, cur_wordv + 1); 313 nwordv[0] = file 339 char **nwordv; local in function:richieccom 369 char **nwordv; local in function:lint0 447 char **nwordv; local in function:lint2 517 char **nwordv; local in function:f77 [all...] |
input.c | 166 char **nwordv; local in function:onelong 200 nwordv = Calloc(4, sizeof(char *)); 201 nwordv[0] = Strdup("ld:"); /* XXX leaked */ 202 nwordv[1] = cur_wordv[1]; 203 nwordv[2] = Strdup("is"); /* XXX leaked */ 204 nwordv[3] = Strdup("undefined.");/* XXX leaked */ 206 cur_wordv = nwordv - 1; 282 char **nwordv; local in function:gcc45ccom 312 nwordv = wordvsplice(EHEAD, cur_wordc, cur_wordv + 1); 313 nwordv[0] = file 339 char **nwordv; local in function:richieccom 369 char **nwordv; local in function:lint0 447 char **nwordv; local in function:lint2 517 char **nwordv; local in function:f77 [all...] |
subr.c | 367 char **nwordv; local in function:wordvsplice 371 nwordv = Calloc(nwordc, sizeof (char *)); 373 nwordv[i] = NULL; 375 nwordv[i] = wordv[i-emptyhead]; 376 return nwordv;
|
subr.c | 367 char **nwordv; local in function:wordvsplice 371 nwordv = Calloc(nwordc, sizeof (char *)); 373 nwordv[i] = NULL; 375 nwordv[i] = wordv[i-emptyhead]; 376 return nwordv;
|