Searched refs:usym (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dread.c522 usym_t *usym; local
526 usym = xalloc(sizeof (usym_t));
527 STRUCT_ASSIGN(usym->u_pos, *posp);
541 *hte->h_lusym = usym;
542 hte->h_lusym = &usym->u_nxt;
1187 usym_t **usymp, *usym; local
1209 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym
[all...]
H A Dlint2.h162 typedef struct usym { struct
164 struct usym *u_nxt; /* next usage */
H A Dchk.c137 usym_t *usym; local
145 } else if ((usym = hte->h_usyms) != NULL) {
147 msg(0, hte->h_name, mkpos(&usym->u_pos));
/netbsd-6-1-5-RELEASE/external/mit/xorg/tools/xkbcomp/
H A Dxkbcomp-KeyBind.c96 KeySym lsym, usym;
111 XConvertCase(syms[col&~1], &lsym, &usym);
114 else if (usym == lsym)
117 return usym;
434 KeySym sym, lsym, usym; local
463 XConvertCase(syms[0], keysym_return, &usym);
468 if ((per == 1) || ((usym = syms[1]) == NoSymbol))
469 XConvertCase(syms[0], &lsym, &usym);
470 *keysym_return = usym;
474 XConvertCase(sym, &lsym, &usym);
[all...]
/netbsd-6-1-5-RELEASE/x11/tools/xkbcomp/
H A Dxkbcomp-KeyBind.c96 KeySym lsym, usym;
111 XConvertCase(syms[col&~1], &lsym, &usym);
114 else if (usym == lsym)
117 return usym;
434 KeySym sym, lsym, usym; local
463 XConvertCase(syms[0], keysym_return, &usym);
468 if ((per == 1) || ((usym = syms[1]) == NoSymbol))
469 XConvertCase(syms[0], &lsym, &usym);
470 *keysym_return = usym;
474 XConvertCase(sym, &lsym, &usym);
[all...]
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.h120 char usym; /* usually '@' */ member in struct:you
H A Dhack.pri.c81 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);
H A Dhack.eat.c162 u.usym = '@';
556 u.usym = '$';
H A Dhack.read.c262 *buf = u.usym;
282 if (*buf == u.usym) {
H A Dhack.u_init.c255 u.usym = '@';
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/arm/
H A Dcode.c314 union arglist *usym; local
322 usym = cftnsp->sdf->dfun;
323 while (usym && usym->type != TNULL) {
324 if (usym->type == TELLIPSIS) {
328 ++usym;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/mips/
H A Dcode.c353 union arglist *usym; local
362 usym = cftnsp->sdf->dfun;
363 while (usym && usym->type != TNULL) {
364 if (usym->type == TELLIPSIS) {
368 ++usym;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c2510 chkftn(union arglist *usym, union arglist *udef) argument
2515 if (usym == NULL)
2517 if (cftnsp != NULL && udef == NULL && usym->type == VOID)
2519 if (udef == NULL && usym->type != TNULL)
2521 while (usym->type != TNULL) {
2522 if (usym->type == udef->type)
2529 ty = BTYPE(usym->type);
2540 done: ty = BTYPE(usym->type);
2541 t2 = usym->type;
2543 usym
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c2540 chkftn(union arglist *usym, union arglist *udef) argument
2545 if (usym == NULL)
2547 if (cftnsp != NULL && udef == NULL && usym->type == VOID)
2549 if (udef == NULL && usym->type != TNULL)
2551 while (usym->type != TNULL) {
2552 if (usym->type == udef->type)
2559 ty = BTYPE(usym->type);
2570 done: ty = BTYPE(usym->type);
2571 t2 = usym->type;
2573 usym
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dcode.c347 union arglist *usym; local
355 usym = cftnsp->sdf->dfun;
356 while (usym && usym->type != TNULL) {
357 if (usym->type == TELLIPSIS) {
361 ++usym;

Completed in 174 milliseconds