Lines Matching refs:sym_t

63 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 *);
72 static void osfunc(sym_t *, sym_t *);
73 static void ledecl(sym_t *);
74 static int chkinit(sym_t *);
75 static void chkausg(int, sym_t *);
76 static void chkvusg(int, sym_t *);
77 static void chklusg(sym_t *);
78 static void chktusg(sym_t *);
79 static void chkglvar(sym_t *);
80 static void glchksz(sym_t *);
436 settdsym(type_t *tp, sym_t *sym)
842 sym_t *
843 lnklst(sym_t *l1, sym_t *l2)
845 sym_t *l;
865 chktyp(sym_t *sym)
956 sym_t *
957 decl1str(sym_t *dsym)
1116 sym_t *
1117 bitfield(sym_t *dsym, int len)
1121 dsym = getblk(sizeof (sym_t));
1180 sym_t *
1181 addptr(sym_t *decl, pqinf_t *pi)
1209 sym_t *
1210 addarray(sym_t *decl, int dim, int n)
1240 sym_t *
1241 addfunc(sym_t *decl, sym_t *args)
1290 static sym_t *
1291 nsfunc(sym_t *decl, sym_t *args)
1293 sym_t *arg, *sym;
1329 osfunc(sym_t *decl, sym_t *args)
1359 chkfdef(sym_t *sym, int msg)
1379 sym_t *
1380 dname(sym_t *sym)
1477 sym_t *
1478 iname(sym_t *sym)
1507 mktag(sym_t *tag, tspec_t kind, int decl, int semi)
1541 tag = getblk(sizeof (sym_t));
1574 static sym_t *
1575 newtag(sym_t *tag, scl_t scl, int decl, int semi)
1651 compltag(type_t *tp, sym_t *fmem)
1656 sym_t *mem;
1695 sym_t *
1696 ename(sym_t *sym, int val, int impl)
1739 decl1ext(sym_t *dsym, int initflg)
1742 sym_t *rdsym;
1858 cpuinfo(sym_t *sym, sym_t *rdsym)
1873 isredec(sym_t *dsym, int *warn)
1875 sym_t *rsym;
2020 sym_t *a1, *a2;
2054 sym_t *arg;
2077 chkosdef(sym_t *rdsym, sym_t *dsym)
2079 sym_t *args, *pargs, *arg, *parg;
2138 compltyp(sym_t *dsym, sym_t *ssym)
2171 sym_t *
2172 decl1arg(sym_t *sym, int initflg)
2238 sym_t *args, *arg, *pargs, *parg;
2361 chkptdecl(sym_t *arg, sym_t *parg)
2394 decl1loc(sym_t *dsym, int initflg)
2535 ledecl(sym_t *dsym)
2538 sym_t *esym;
2590 chkinit(sym_t *sym)
2620 sym_t *
2623 sym_t *sym;
2628 sym = getblk(sizeof (sym_t));
2669 sym_t *
2670 decl1abs(sym_t *sym)
2682 chksz(sym_t *dsym)
2711 setsflg(sym_t *sym)
2724 setuflg(sym_t *sym, int fcall, int szof)
2749 sym_t *sym;
2767 chkusg1(int novar, sym_t *sym)
2792 chkausg(int novar, sym_t *arg)
2809 chkvusg(int novar, sym_t *sym)
2812 sym_t *xsym;
2876 chklusg(sym_t *lab)
2894 chktusg(sym_t *sym)
2934 sym_t *sym;
2959 chkglvar(sym_t *sym)
3006 glchksz(sym_t *sym)
3033 prevdecl(int msg, sym_t *psym)