OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usym
(Results
1 - 8
of
8
) sorted by relevancy
/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 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
...]
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));
/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
= '@';
Completed in 16 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025