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