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

  /src/usr.bin/xlint/lint1/
README.md 154 ## sym_t section
193 | sym | `sym_t` | a symbol from the symbol table |
lint1.h 104 typedef struct sym sym_t; typedef in typeref:struct:sym
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-styl
    [all...]
  /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. */

Completed in 39 milliseconds