Home | Sort by: relevance | last modified time | path |
/src/usr.bin/xlint/lint2/ | |
chk.c | 142 usym_t *usym; local in function:check_used_not_defined 150 } else if ((usym = hte->h_usyms) != NULL) { 152 msg(0, hte->h_name, mkpos(&usym->u_pos)); |
read.c | 563 usym_t *usym; local in function:usedsym 567 usym = xalloc(sizeof(*usym)); 568 usym->u_pos = pos; 582 *hte->h_lusym = usym; 583 hte->h_lusym = &usym->u_next; 1141 usym_t **usymp, *usym; local in function:mkstatic 1163 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym->u_next) [all...] |
lint2.h | 158 typedef struct usym { struct 160 struct usym *u_next; /* next usage */ |
/src/games/hack/ | |
hack.h | 120 char usym; /* usually '@' */ member in struct:you |