| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| php_malloc.d | 67 @malloc_lib_size[usym(ucaller)] = sum(arg1); 68 @malloc_lib_dist[usym(ucaller)] = quantize(arg1);
|
| pl_malloc.d | 66 @malloc_lib_size[usym(ucaller)] = sum(arg0); 67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);
|
| py_malloc.d | 66 @malloc_lib_size[usym(ucaller)] = sum(arg0); 67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);
|
| /src/external/cddl/dtracetoolkit/dist/Perl/ |
| pl_malloc.d | 66 @malloc_lib_size[usym(ucaller)] = sum(arg0); 67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);
|
| /src/external/cddl/dtracetoolkit/dist/Php/ |
| php_malloc.d | 67 @malloc_lib_size[usym(ucaller)] = sum(arg1); 68 @malloc_lib_dist[usym(ucaller)] = quantize(arg1);
|
| /src/external/cddl/dtracetoolkit/dist/Python/ |
| py_malloc.d | 66 @malloc_lib_size[usym(ucaller)] = sum(arg0); 67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);
|
| /src/usr.bin/xlint/lint2/ |
| lint2.h | 158 typedef struct usym { struct 160 struct usym *u_next; /* next usage */
|
| read.c | 563 usym_t *usym; local 567 usym = xalloc(sizeof(*usym)); 568 usym->u_pos = pos; 582 *hte->h_lusym = usym; 583 hte->h_lusym = &usym->u_next; 1137 usym_t **usymp, *usym; local 1159 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym->u_next) [all...] |
| chk.c | 142 usym_t *usym; local 150 } else if ((usym = hte->h_usyms) != NULL) { 152 msg(0, hte->h_name, mkpos(&usym->u_pos));
|
| /src/games/hack/ |
| hack.h | 120 char usym; /* usually '@' */ member in struct:you
|
| hack.pri.c | 81 ulook[1] = u.usym; 261 at(u.ux, u.uy, u.usym); 289 levl[(u.udisx = u.ux)][(u.udisy = u.uy)].scrsym = u.usym; 376 atl(u.ux, u.uy, u.usym);
|
| hack.eat.c | 162 u.usym = '@'; 556 u.usym = '$';
|
| hack.read.c | 262 *buf = u.usym; 282 if (*buf == u.usym) {
|
| hack.u_init.c | 255 u.usym = '@';
|
| /src/external/bsd/pcc/dist/pcc/arch/arm/ |
| code.c | 315 union arglist *usym; local 323 usym = cftnsp->sdf->dfun; 324 while (usym && usym->type != TNULL) { 325 if (usym->type == TELLIPSIS) { 329 ++usym;
|
| /src/external/bsd/pcc/dist/pcc/arch/mips/ |
| code.c | 362 union arglist *usym; local 371 usym = cftnsp->sdf->dfun; 372 while (usym && usym->type != TNULL) { 373 if (usym->type == TELLIPSIS) { 377 ++usym;
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| pftn.c | 2591 chkftn(union arglist *usym, union arglist *udef) 2596 if (usym == NULL) 2598 if (cftnsp != NULL && udef == NULL && usym->type == VOID) 2600 if (udef == NULL && usym->type != TNULL) 2602 while (usym->type != TNULL) { 2603 if (usym->type == udef->type) 2610 ty = BTYPE(usym->type); 2621 done: ty = BTYPE(usym->type); 2622 t2 = usym->type; 2624 usym++, udef++ [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pftn.c | 2550 chkftn(union arglist *usym, union arglist *udef) 2555 if (usym == NULL) 2557 if (cftnsp != NULL && udef == NULL && usym->type == VOID) 2559 if (udef == NULL && usym->type != TNULL) 2561 while (usym->type != TNULL) { 2562 if (usym->type == udef->type) 2569 ty = BTYPE(usym->type); 2580 done: ty = BTYPE(usym->type); 2581 t2 = usym->type; 2583 usym++, udef++ [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| code.c | 348 union arglist *usym; local 356 usym = cftnsp->sdf->dfun; 357 while (usym && usym->type != TNULL) { 358 if (usym->type == TELLIPSIS) { 362 ++usym;
|