Home
last modified time | relevance | path

Searched defs:Symbol (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/hoc/
H A Dhoc.h4 typedef struct Symbol Symbol; typedef
18 struct Symbol { /* symbol table entry */ struct
22 struct Symbol *next; /* to link to another */ argument
/plan9/sys/src/cmd/spin/
H A Dspin.h50 typedef struct Symbol { struct
70 struct Symbol *xup[2]; /* xr or xs proctype */ argument
74 struct Symbol *Snm; /* name of the defining struct */ argument
75 struct Symbol *owner; /* set for names of subfields in typedefs */ argument
76 struct Symbol *context; /* 0 if global, or procname */ argument
77 struct Symbol *next; /* linked list */ argument
78 } Symbol; typedef
H A Dtl.h18 typedef struct Symbol { struct
20 struct Symbol *next; /* linked list, symbol table */ argument
21 } Symbol; typedef
/plan9/sys/include/
H A Dmach.h118 typedef struct Symbol Symbol; typedef
142 struct Symbol { struct
143 void *handle; /* used internally - owning func */
144 struct {
/plan9/sys/src/cmd/aux/
H A Ddepend.c20 typedef struct Symbol Symbol; typedef
53 struct Symbol struct
55 Symbol *next; /* hash list chaining */ argument
66 Symbol *ref; argument