HelenOS sources

const_expression_t  427 uspace/lib/bithenge/src/expression.c static inline const_expression_t *expression_as_const(
const_expression_t  430 uspace/lib/bithenge/src/expression.c 	return (const_expression_t *)base;
const_expression_t  434 uspace/lib/bithenge/src/expression.c     const_expression_t *self)
const_expression_t  442 uspace/lib/bithenge/src/expression.c 	const_expression_t *self = expression_as_const(base);
const_expression_t  450 uspace/lib/bithenge/src/expression.c 	const_expression_t *self = expression_as_const(base);
const_expression_t  469 uspace/lib/bithenge/src/expression.c 	const_expression_t *self = malloc(sizeof(*self));
HelenOS homepage, sources at GitHub