HelenOS sources

stree_when_t     1239 uspace/app/sbi/src/parse.c 	stree_when_t *when_c;
stree_when_t      461 uspace/app/sbi/src/run.c 	stree_when_t *whenc;
stree_when_t      490 uspace/app/sbi/src/run.c 		whenc = list_node_data(whenc_node, stree_when_t *);
stree_when_t      573 uspace/app/sbi/src/stree.c stree_when_t *stree_when_new(void)
stree_when_t      575 uspace/app/sbi/src/stree.c 	stree_when_t *when_c;
stree_when_t      577 uspace/app/sbi/src/stree.c 	when_c = calloc(1, sizeof(stree_when_t));
stree_when_t       68 uspace/app/sbi/src/stree.h stree_when_t *stree_when_new(void);
stree_when_t     1028 uspace/app/sbi/src/stype.c 	stree_when_t *whenc;
stree_when_t     1050 uspace/app/sbi/src/stype.c 		whenc = list_node_data(whenc_node, stree_when_t *);
HelenOS homepage, sources at GitHub