Home
last modified time | relevance | path

Searched refs:usym (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/usr.bin/xlint/lint2/
H A Dread.c563 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 Dlint2.h161 typedef struct usym { struct
163 struct usym *u_next; /* next usage */ argument
H A Dchk.c137 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 Dpy_malloc.d66 @malloc_lib_size[usym(ucaller)] = sum(arg0);
67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);
H A Dphp_malloc.d67 @malloc_lib_size[usym(ucaller)] = sum(arg1);
68 @malloc_lib_dist[usym(ucaller)] = quantize(arg1);
H A Dpl_malloc.d66 @malloc_lib_size[usym(ucaller)] = sum(arg0);
67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);
/netbsd-src/external/cddl/dtracetoolkit/dist/Python/
H A Dpy_malloc.d66 @malloc_lib_size[usym(ucaller)] = sum(arg0);
67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);
/netbsd-src/external/cddl/dtracetoolkit/dist/Perl/
H A Dpl_malloc.d66 @malloc_lib_size[usym(ucaller)] = sum(arg0);
67 @malloc_lib_dist[usym(ucaller)] = quantize(arg0);
/netbsd-src/external/cddl/dtracetoolkit/dist/Php/
H A Dphp_malloc.d67 @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 Dcode.c362 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 Dcode.c315 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 Dhack.pri.c81 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 Dhack.eat.c162 u.usym = '@'; in Meatdone()
556 u.usym = '$'; in eatcorpse()
H A Dhack.read.c262 *buf = u.usym; in doread()
282 if (*buf == u.usym) { in doread()
H A Dhack.h120 char usym; /* usually '@' */ member
H A Dhack.u_init.c255 u.usym = '@'; in u_init()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c2550 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 Dpftn.c2591 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 Dcode.c348 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()