HelenOS sources
stree_prop_t 65 uspace/app/sbi/src/parse.c static stree_prop_t *parse_prop(parse_t *parse, stree_csi_t *outer_csi);
stree_prop_t 74 uspace/app/sbi/src/parse.c static void parse_prop_get(parse_t *parse, stree_prop_t *prop);
stree_prop_t 75 uspace/app/sbi/src/parse.c static void parse_prop_set(parse_t *parse, stree_prop_t *prop);
stree_prop_t 289 uspace/app/sbi/src/parse.c stree_prop_t *prop;
stree_prop_t 673 uspace/app/sbi/src/parse.c static stree_prop_t *parse_prop(parse_t *parse, stree_csi_t *outer_csi)
stree_prop_t 675 uspace/app/sbi/src/parse.c stree_prop_t *prop;
stree_prop_t 914 uspace/app/sbi/src/parse.c static void parse_prop_get(parse_t *parse, stree_prop_t *prop)
stree_prop_t 979 uspace/app/sbi/src/parse.c static void parse_prop_set(parse_t *parse, stree_prop_t *prop)
stree_prop_t 1188 uspace/app/sbi/src/run.c stree_prop_t *prop;
stree_prop_t 1339 uspace/app/sbi/src/run.c stree_prop_t *prop;
stree_prop_t 1589 uspace/app/sbi/src/run.c stree_prop_t *prop;
stree_prop_t 1663 uspace/app/sbi/src/run.c stree_prop_t *prop;
stree_prop_t 227 uspace/app/sbi/src/stree.c stree_prop_t *stree_prop_new(void)
stree_prop_t 229 uspace/app/sbi/src/stree.c stree_prop_t *prop;
stree_prop_t 231 uspace/app/sbi/src/stree.c prop = calloc(1, sizeof(stree_prop_t));
stree_prop_t 44 uspace/app/sbi/src/stree.h stree_prop_t *stree_prop_new(void);
stree_prop_t 700 uspace/app/sbi/src/stree_t.h stree_prop_t *prop;
stree_prop_t 814 uspace/app/sbi/src/stree_t.h stree_prop_t *prop;
stree_prop_t 59 uspace/app/sbi/src/stype.c static void stype_prop(stype_t *stype, stree_prop_t *prop);
stree_prop_t 515 uspace/app/sbi/src/stype.c static void stype_prop(stype_t *stype, stree_prop_t *prop)
stree_prop_t 549 uspace/app/sbi/src/stype.c void stype_prop_header(stype_t *stype, stree_prop_t *prop)
stree_prop_t 837 uspace/app/sbi/src/stype.c stree_prop_t *cprop;
stree_prop_t 838 uspace/app/sbi/src/stype.c stree_prop_t *iprop;
stree_prop_t 1166 uspace/app/sbi/src/stype.c stree_prop_t *prop;
stree_prop_t 2184 uspace/app/sbi/src/stype.c stree_prop_t *prop;
stree_prop_t 39 uspace/app/sbi/src/stype.h void stype_prop_header(stype_t *stype, stree_prop_t *prop);
stree_prop_t 1200 uspace/app/sbi/src/stype_expr.c stree_prop_t *prop;
stree_prop_t 1652 uspace/app/sbi/src/stype_expr.c stree_prop_t *idx;
stree_prop_t 561 uspace/app/sbi/src/symbol.c stree_prop_t *symbol_to_prop(stree_symbol_t *symbol)
stree_prop_t 616 uspace/app/sbi/src/symbol.c stree_symbol_t *prop_to_symbol(stree_prop_t *prop)
stree_prop_t 59 uspace/app/sbi/src/symbol.h stree_prop_t *symbol_to_prop(stree_symbol_t *symbol);
stree_prop_t 60 uspace/app/sbi/src/symbol.h stree_symbol_t *prop_to_symbol(stree_prop_t *prop);
HelenOS homepage, sources at GitHub