HelenOS sources
stree_csimbr_t 111 uspace/app/sbi/src/ancr.c stree_csimbr_t *csimbr;
stree_csimbr_t 119 uspace/app/sbi/src/ancr.c csimbr = list_node_data(node, stree_csimbr_t *);
stree_csimbr_t 357 uspace/app/sbi/src/builtin.c stree_csimbr_t *csimbr;
stree_csimbr_t 55 uspace/app/sbi/src/parse.c static stree_csimbr_t *parse_csimbr(parse_t *parse, stree_csi_t *outer_csi);
stree_csimbr_t 178 uspace/app/sbi/src/parse.c stree_csimbr_t *csimbr;
stree_csimbr_t 279 uspace/app/sbi/src/parse.c static stree_csimbr_t *parse_csimbr(parse_t *parse, stree_csi_t *outer_csi)
stree_csimbr_t 281 uspace/app/sbi/src/parse.c stree_csimbr_t *csimbr;
stree_csimbr_t 2859 uspace/app/sbi/src/run_expr.c stree_csimbr_t *csimbr;
stree_csimbr_t 2890 uspace/app/sbi/src/run_expr.c csimbr = list_node_data(node, stree_csimbr_t *);
stree_csimbr_t 107 uspace/app/sbi/src/stree.c stree_csimbr_t *stree_csimbr_new(csimbr_class_t cc)
stree_csimbr_t 109 uspace/app/sbi/src/stree.c stree_csimbr_t *csimbr;
stree_csimbr_t 111 uspace/app/sbi/src/stree.c csimbr = calloc(1, sizeof(stree_csimbr_t));
stree_csimbr_t 1145 uspace/app/sbi/src/stree.c stree_ident_t *stree_csimbr_get_name(stree_csimbr_t *csimbr)
stree_csimbr_t 37 uspace/app/sbi/src/stree.h stree_csimbr_t *stree_csimbr_new(csimbr_class_t cc);
stree_csimbr_t 103 uspace/app/sbi/src/stree.h stree_ident_t *stree_csimbr_get_name(stree_csimbr_t *csimbr);
stree_csimbr_t 70 uspace/app/sbi/src/stype.c tdata_tvv_t *if_tvv, stree_csimbr_t *ifmbr);
stree_csimbr_t 151 uspace/app/sbi/src/stype.c stree_csimbr_t *csimbr;
stree_csimbr_t 164 uspace/app/sbi/src/stype.c csimbr = list_node_data(csimbr_n, stree_csimbr_t *);
stree_csimbr_t 663 uspace/app/sbi/src/stype.c stree_csimbr_t *ifmbr;
stree_csimbr_t 700 uspace/app/sbi/src/stype.c ifmbr = list_node_data(ifmbr_n, stree_csimbr_t *);
stree_csimbr_t 715 uspace/app/sbi/src/stype.c tdata_tvv_t *if_tvv, stree_csimbr_t *ifmbr)
stree_csimbr_t 165 uspace/app/sbi/src/symbol.c stree_csimbr_t *csimbr;
stree_csimbr_t 174 uspace/app/sbi/src/symbol.c csimbr = list_node_data(node, stree_csimbr_t *);
stree_csimbr_t 363 uspace/app/sbi/src/symbol.c stree_csimbr_t *csimbr;
stree_csimbr_t 371 uspace/app/sbi/src/symbol.c csimbr = list_node_data(node, stree_csimbr_t *);
stree_csimbr_t 576 uspace/app/sbi/src/symbol.c stree_symbol_t *csimbr_to_symbol(stree_csimbr_t *csimbr)
stree_csimbr_t 62 uspace/app/sbi/src/symbol.h stree_symbol_t *csimbr_to_symbol(stree_csimbr_t *csimbr);
HelenOS homepage, sources at GitHub