Searched refs:sym_t (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dexterns1.h83 extern sym_t *getsym(sbuf_t *);
85 extern sym_t *pushdown(sym_t *);
86 extern sym_t *mktempsym(type_t *);
87 extern void rmsym(sym_t *);
88 extern void rmsyms(sym_t *);
89 extern void inssym(int, sym_t *);
152 extern sym_t *lnklst(sym_t *, sym_t *);
[all...]
H A Ddecl.c63 static void settdsym(type_t *, sym_t *);
66 static sym_t *newtag(sym_t *, scl_t, int, int);
69 static int chkosdef(sym_t *, sym_t *);
70 static int chkptdecl(sym_t *, sym_t *);
71 static sym_t *nsfunc(sym_t *, sym_t *);
[all...]
H A Dlint1.h248 } sym_t; typedef in typeref:struct:sym
264 sym_t *sb_sym; /* symbol table entry */
283 sym_t *_tn_sym; /* symbol if op == NAME */
318 sym_t *d_rdcsym; /* redeclared symbol */
333 sym_t *d_fargs; /* list of arguments during function def. */
335 sym_t *d_dlsyms; /* first symbol declared at this level */
336 sym_t **d_ldlsym; /* points to s_dlnxt in last symbol decl.
338 sym_t *d_fpsyms; /* symbols defined in prototype */
351 sym_t *i_mem; /* next structure member */
H A Demit1.c45 static void outtt(sym_t *, sym_t *);
91 sym_t *arg;
188 outtt(sym_t *tag, sym_t *tdef)
218 outsym(sym_t *sym, scl_t sc, def_t def)
293 outfdef(sym_t *fsym, pos_t *posp, int rval, int osdef, sym_t *args)
296 sym_t *arg;
581 outusg(sym_t *sy
[all...]
H A Dscan.l71 static sym_t *search(sbuf_t *);
73 static int keyw(sym_t *);
248 static sym_t *symtab[HSHSIZ1];
274 sym_t *sym;
285 sym = getblk(sizeof (sym_t));
390 sym_t *sym;
423 static sym_t *
426 sym_t *sym;
439 keyw(sym_t *sym)
1302 sym_t *
[all...]
H A Dfunc.c50 sym_t *funcsym;
209 funcdef(sym_t *fsym)
212 sym_t *arg, *sym, *rdsym;
343 sym_t *arg;
407 label(int typ, sym_t *sym, tnode_t *tn)
626 sym_t *esym;
900 dogoto(sym_t *lab)
H A Dinit.c54 sym_t *initsym;
162 sym_t *m;
245 sym_t *m;
475 sym_t *sym;
H A Dcgram.y69 static void idecl(sym_t *, int, sbuf_t *);
116 sym_t *y_sym;
1657 sym_t *msym;
1680 sym_t *tmp = mktempsym($2);
1823 idecl(sym_t *decl, int initflg, sbuf_t *rename)
H A Dtree.c287 getnnode(sym_t *sym, int ntok)
389 sym_t *
390 strmemb(tnode_t *tn, op_t op, sym_t *msym)
394 sym_t *sym, *csym;
410 msym->s_styp->stag = tgetblk(sizeof (sym_t));
2234 sym_t *m;
3208 sym_t *asym;
3811 conaddr(tnode_t *tn, sym_t **symp, ptrdiff_t *offsp)
3813 sym_t *sym;
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h133 } sym_t; typedef in typeref:struct:sym
175 sym_t *h_syms; /* declarations and definitions */
176 sym_t **h_lsym; /* points to s_nxt of last decl./def. */
H A Dchk.c52 static void chkvtui(hte_t *, sym_t *, sym_t *);
53 static void chkvtdi(hte_t *, sym_t *, sym_t *);
54 static void chkfaui(hte_t *, sym_t *, sym_t *);
55 static void chkau(hte_t *, int, sym_t *, sym_t *, pos_t *,
57 static void chkrvu(hte_t *, sym_t *);
58 static void chkadecl(hte_t *, sym_t *, sym_
[all...]
H A Demit2.c46 static void outdef(hte_t *, sym_t *);
140 outdef(hte_t *hte, sym_t *sym)
193 sym_t *sym, *def;
H A Dread.c353 sym_t *symp, sym;
489 symp = xalloc(sizeof (sym_t));
1134 sym_t *sym1, **symp, *sym;

Completed in 180 milliseconds