HelenOS sources
subblob_expression_t 583 uspace/lib/bithenge/src/expression.c static subblob_expression_t *expression_as_subblob(bithenge_expression_t *base)
subblob_expression_t 585 uspace/lib/bithenge/src/expression.c return (subblob_expression_t *)base;
subblob_expression_t 588 uspace/lib/bithenge/src/expression.c static bithenge_expression_t *subblob_as_expression(subblob_expression_t *expr)
subblob_expression_t 596 uspace/lib/bithenge/src/expression.c subblob_expression_t *self = expression_as_subblob(base);
subblob_expression_t 647 uspace/lib/bithenge/src/expression.c subblob_expression_t *self = expression_as_subblob(base);
subblob_expression_t 675 uspace/lib/bithenge/src/expression.c subblob_expression_t *self = malloc(sizeof(*self));
HelenOS homepage, sources at GitHub