HomeSort by: relevance | last modified time | path
    Searched defs:sym_t (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint2/
lint2.h 128 } sym_t; typedef in typeref:struct:sym
171 sym_t *h_syms; /* declarations and definitions */
172 sym_t **h_lsym; /* points to s_next of last decl./def. */
  /src/usr.bin/xlint/lint1/
lint1.h 119 typedef struct sym sym_t; typedef in typeref:struct:sym
134 sym_t *sou_first_member;
135 sym_t *sou_tag;
136 sym_t *sou_first_typedef;
142 sym_t *en_first_enumerator;
143 sym_t *en_tag;
144 sym_t *en_first_typedef;
170 sym_t *params; /* if t_proto */
240 sym_t *s_ext_sym; /* for locally declared external symbols, the
268 sym_t *s_old_style_params; /* parameters in an old-styl
    [all...]

Completed in 17 milliseconds