Home
last modified time | relevance | path

Searched refs:BcConst (Results 1 – 4 of 4) sorted by relevance

/dports/math/gh-bc/bc-5.2.1/include/
H A Dlang.h350 typedef struct BcConst { struct
361 } BcConst; argument
/dports/math/gh-bc/bc-5.2.1/src/
H A Dlang.c46 BcConst *c = constant; in bc_const_free()
100 bc_vec_init(&f->consts, sizeof(BcConst), BC_DTOR_CONST); in bc_func_init()
H A Dparse.c84 BcConst *c; in bc_parse_addNum()
H A Dprogram.c592 BcConst *c = bc_vec_item(p->consts, bc_program_index(code, bgn)); in bc_program_const()
3314 BcConst *c = bc_vec_item(p->consts, idx); in bc_program_printInst()