HelenOS sources

run_item_get_vc    65 uspace/app/sbi/src/run.h var_class_t run_item_get_vc(run_t *run, rdata_item_t *item);
run_item_get_vc  1597 uspace/app/sbi/src/run_expr.c 	vc = run_item_get_vc(run, arg);
run_item_get_vc  2197 uspace/app/sbi/src/run_expr.c 	vc = run_item_get_vc(run, rbase);
run_item_get_vc  2211 uspace/app/sbi/src/run_expr.c 	vc = run_item_get_vc(run, base_i);
run_item_get_vc  2660 uspace/app/sbi/src/run_expr.c 	assert(run_item_get_vc(run, rarg_i) == vc_ref);
HelenOS homepage, sources at GitHub