HelenOS sources

stree_box_t       126 uspace/app/sbi/src/run_expr.c static void run_box(run_t *run, stree_box_t *box, rdata_item_t **res);
stree_box_t      2719 uspace/app/sbi/src/run_expr.c static void run_box(run_t *run, stree_box_t *box, rdata_item_t **res)
stree_box_t       767 uspace/app/sbi/src/stree.c stree_box_t *stree_box_new(void)
stree_box_t       769 uspace/app/sbi/src/stree.c 	stree_box_t *box_expr;
stree_box_t       771 uspace/app/sbi/src/stree.c 	box_expr = calloc(1, sizeof(stree_box_t));
stree_box_t        80 uspace/app/sbi/src/stree.h stree_box_t *stree_box_new(void);
stree_box_t       280 uspace/app/sbi/src/stree_t.h 		stree_box_t *box;
stree_box_t      1442 uspace/app/sbi/src/stype.c 	stree_box_t *box;
stree_box_t      1757 uspace/app/sbi/src/stype.c 	stree_box_t *box;
stree_box_t       130 uspace/app/sbi/src/stype_expr.c static void stype_box(stype_t *stype, stree_box_t *box, tdata_item_t **rtitem);
stree_box_t      1824 uspace/app/sbi/src/stype_expr.c static void stype_box(stype_t *stype, stree_box_t *box, tdata_item_t **rtitem)
HelenOS homepage, sources at GitHub