Home | History | Annotate | Download | only in lint1

Lines Matching defs:sym_t

104 typedef struct sym sym_t;
119 sym_t *sou_first_member;
120 sym_t *sou_tag;
121 sym_t *sou_first_typedef;
127 sym_t *en_first_enumerator;
128 sym_t *en_tag;
129 sym_t *en_first_typedef;
155 sym_t *params; /* if t_proto */
225 sym_t *s_ext_sym; /* for locally declared external symbols, the
253 sym_t *s_old_style_params; /* parameters in an old-style
261 sym_t *s_symtab_next; /* next symbol in the same symtab bucket */
262 sym_t **s_symtab_ref; /* pointer to s_symtab_next of the previous
264 sym_t *s_next; /* next struct/union member, enumerator,
266 sym_t *s_level_next; /* next symbol declared on the same level */
276 sym_t *sb_sym; /* symbol table entry */
303 sym_t *sym; /* if NAME */
359 sym_t *d_redeclared_symbol;
380 sym_t *d_func_params; /* during a function declaration, the
383 sym_t *d_first_dlsym; /* first symbol declared at this level */
384 sym_t **d_last_dlsym; /* points to s_level_next in the last symbol
386 sym_t *d_func_proto_syms; /* symbols defined in prototype, such
393 sym_t *first;
483 const sym_t *dr_member; /* for DK_MEMBER */
745 is_member(const sym_t *sym)