Lines Matching defs:sym_t
103 typedef struct sym sym_t;
118 sym_t *sou_first_member;
119 sym_t *sou_tag;
120 sym_t *sou_first_typedef;
126 sym_t *en_first_enumerator;
127 sym_t *en_tag;
128 sym_t *en_first_typedef;
154 sym_t *params; /* if t_proto */
224 sym_t *s_ext_sym; /* for locally declared external symbols, the
252 sym_t *s_old_style_params; /* parameters in an old-style
255 sym_t *s_symtab_next; /* next symbol in the same symtab bucket */
256 sym_t **s_symtab_ref; /* pointer to s_symtab_next of the previous
258 sym_t *s_next; /* next struct/union member, enumerator,
260 sym_t *s_level_next; /* next symbol declared on the same level */
270 sym_t *sb_sym; /* symbol table entry */
297 sym_t *sym; /* if NAME */
353 sym_t *d_redeclared_symbol;
374 sym_t *d_func_params; /* during a function declaration, the
377 sym_t *d_first_dlsym; /* first symbol declared at this level */
378 sym_t **d_last_dlsym; /* points to s_level_next in the last symbol
380 sym_t *d_func_proto_syms; /* symbols defined in prototype, such
387 sym_t *first;
477 const sym_t *dr_member; /* for DK_MEMBER */
740 is_member(const sym_t *sym)