* isvalid() - test if @obj is an allocated BASICLU object */
| 92 | * isvalid() - test if @obj is an allocated BASICLU object |
| 93 | */ |
| 94 | static lu_int isvalid(struct basiclu_object *obj) |
| 95 | { |
| 96 | return obj && obj->istore && obj->xstore; |
| 97 | } |
| 98 | |
| 99 | /* |
| 100 | * lu_clear_lhs() - reset contents of lhs to zero |
no outgoing calls
no test coverage detected