HelenOS sources

stree_vdecl_t      82 uspace/app/sbi/src/parse.c static stree_vdecl_t *parse_vdecl(parse_t *parse);
stree_vdecl_t    1077 uspace/app/sbi/src/parse.c 	stree_vdecl_t *vdecl_s;
stree_vdecl_t    1156 uspace/app/sbi/src/parse.c static stree_vdecl_t *parse_vdecl(parse_t *parse)
stree_vdecl_t    1158 uspace/app/sbi/src/parse.c 	stree_vdecl_t *vdecl;
stree_vdecl_t      53 uspace/app/sbi/src/run.c static void run_vdecl(run_t *run, stree_vdecl_t *vdecl);
stree_vdecl_t     368 uspace/app/sbi/src/run.c static void run_vdecl(run_t *run, stree_vdecl_t *vdecl)
stree_vdecl_t     369 uspace/app/sbi/src/stree.c stree_vdecl_t *stree_vdecl_new(void)
stree_vdecl_t     371 uspace/app/sbi/src/stree.c 	stree_vdecl_t *vdecl_s;
stree_vdecl_t     373 uspace/app/sbi/src/stree.c 	vdecl_s = calloc(1, sizeof(stree_vdecl_t));
stree_vdecl_t      55 uspace/app/sbi/src/stree.h stree_vdecl_t *stree_vdecl_new(void);
stree_vdecl_t     501 uspace/app/sbi/src/stree_t.h 		stree_vdecl_t *vdecl_s;
stree_vdecl_t      76 uspace/app/sbi/src/stype.c static void stype_vdecl(stype_t *stype, stree_vdecl_t *vdecl_s);
stree_vdecl_t     945 uspace/app/sbi/src/stype.c static void stype_vdecl(stype_t *stype, stree_vdecl_t *vdecl_s)
stree_vdecl_t     948 uspace/app/sbi/src/stype.c 	stree_vdecl_t *old_vdecl;
stree_vdecl_t     955 uspace/app/sbi/src/stype.c 	old_vdecl = (stree_vdecl_t *) intmap_get(&block_vr->vdecls,
stree_vdecl_t    2146 uspace/app/sbi/src/stype.c stree_vdecl_t *stype_local_vars_lookup(stype_t *stype, sid_t name)
stree_vdecl_t    2150 uspace/app/sbi/src/stype.c 	stree_vdecl_t *vdecl;
stree_vdecl_t      61 uspace/app/sbi/src/stype.h stree_vdecl_t *stype_local_vars_lookup(stype_t *stype, sid_t name);
stree_vdecl_t     210 uspace/app/sbi/src/stype_expr.c 	stree_vdecl_t *vdecl;
HelenOS homepage, sources at GitHub