Searched refs:BcType (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/bc/include/ |
| H A D | lang.h | 518 typedef enum BcType enum 533 } BcType; typedef 547 BcType type; 574 bc_func_insert(BcFunc* f, struct BcProgram* p, char* name, BcType type,
|
| /src/contrib/bc/src/ |
| H A D | lang.c | 58 bc_func_insert(BcFunc* f, BcProgram* p, char* name, BcType type, size_t line) in bc_func_insert()
|
| H A D | program.c | 77 bc_program_type_match(BcResult* r, BcType t) in bc_program_type_match() 286 bc_program_vec(const BcProgram* p, size_t idx, BcType type) in bc_program_vec() 336 BcType type = (r->t == BC_RESULT_VAR) ? BC_TYPE_VAR : BC_TYPE_ARRAY; in bc_program_num() 1223 bc_program_copyToVar(BcProgram* p, size_t idx, BcType t) in bc_program_copyToVar()
|
| H A D | bc_parse.c | 1423 BcType t = BC_TYPE_VAR; in bc_parse_func() 1512 BcType t; in bc_parse_auto()
|