HelenOS sources

stree_proc_arg_t  402 uspace/app/sbi/src/builtin.c 	stree_proc_arg_t *proc_arg;
stree_proc_arg_t   70 uspace/app/sbi/src/parse.c static stree_proc_arg_t *parse_proc_arg(parse_t *parse);
stree_proc_arg_t  679 uspace/app/sbi/src/parse.c 	stree_proc_arg_t *arg;
stree_proc_arg_t  809 uspace/app/sbi/src/parse.c static stree_proc_arg_t *parse_proc_arg(parse_t *parse)
stree_proc_arg_t  811 uspace/app/sbi/src/parse.c 	stree_proc_arg_t *arg;
stree_proc_arg_t  865 uspace/app/sbi/src/parse.c 	stree_proc_arg_t *arg;
stree_proc_arg_t 1190 uspace/app/sbi/src/run.c 	stree_proc_arg_t *varg;
stree_proc_arg_t 1198 uspace/app/sbi/src/run.c 	stree_proc_arg_t *parg;
stree_proc_arg_t 1261 uspace/app/sbi/src/run.c 		parg = list_node_data(parg_n, stree_proc_arg_t *);
stree_proc_arg_t  297 uspace/app/sbi/src/stree.c stree_proc_arg_t *stree_proc_arg_new(void)
stree_proc_arg_t  299 uspace/app/sbi/src/stree.c 	stree_proc_arg_t *proc_arg;
stree_proc_arg_t  301 uspace/app/sbi/src/stree.c 	proc_arg = calloc(1, sizeof(stree_proc_arg_t));
stree_proc_arg_t 1020 uspace/app/sbi/src/stree.c bool_t stree_arg_has_attr(stree_proc_arg_t *arg, arg_attr_class_t aac)
stree_proc_arg_t   50 uspace/app/sbi/src/stree.h stree_proc_arg_t *stree_proc_arg_new(void);
stree_proc_arg_t   98 uspace/app/sbi/src/stree.h bool_t stree_arg_has_attr(stree_proc_arg_t *arg, arg_attr_class_t aac);
stree_proc_arg_t  547 uspace/app/sbi/src/stree_t.h 	stree_proc_arg_t *varg;
stree_proc_arg_t  661 uspace/app/sbi/src/stree_t.h 	stree_proc_arg_t *setter_arg;
stree_proc_arg_t  667 uspace/app/sbi/src/stree_t.h 	stree_proc_arg_t *varg;
stree_proc_arg_t  411 uspace/app/sbi/src/stype.c 	stree_proc_arg_t *arg;
stree_proc_arg_t  427 uspace/app/sbi/src/stype.c 		arg = list_node_data(arg_n, stree_proc_arg_t *);
stree_proc_arg_t 2177 uspace/app/sbi/src/stype.c stree_proc_arg_t *stype_proc_args_lookup(stype_t *stype, sid_t name)
stree_proc_arg_t 2188 uspace/app/sbi/src/stype.c 	stree_proc_arg_t *varg;
stree_proc_arg_t 2189 uspace/app/sbi/src/stype.c 	stree_proc_arg_t *arg;
stree_proc_arg_t 2190 uspace/app/sbi/src/stype.c 	stree_proc_arg_t *setter_arg;
stree_proc_arg_t 2237 uspace/app/sbi/src/stype.c 		arg = list_node_data(arg_node, stree_proc_arg_t *);
stree_proc_arg_t   62 uspace/app/sbi/src/stype.h stree_proc_arg_t *stype_proc_args_lookup(stype_t *stype, sid_t name);
stree_proc_arg_t  211 uspace/app/sbi/src/stype_expr.c 	stree_proc_arg_t *proc_arg;
HelenOS homepage, sources at GitHub