Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dbc.c281 typedef enum BcInst { enum
374 } BcInst; typedef
3954 static BC_STATUS zbc_parse_name(BcInst *type, uint8_t flags) in zbc_parse_name()
4025 static BC_STATUS zbc_parse_builtin(BcLexType type, uint8_t flags, BcInst *prev) in zbc_parse_builtin()
4051 static BC_STATUS zbc_parse_scale(BcInst *type, uint8_t flags) in zbc_parse_scale()
4081 static BC_STATUS zbc_parse_incdec(BcInst *prev, size_t *nexs, uint8_t flags) in zbc_parse_incdec()
4087 BcInst etype = *prev; in zbc_parse_incdec()
4137 static int bc_parse_inst_isLeaf(BcInst p) in bc_parse_inst_isLeaf()
4147 static BC_STATUS zbc_parse_minus(BcInst *prev, size_t ops_bgn, in zbc_parse_minus()
4794 BcInst prev = XC_INST_PRINT; in zbc_parse_expr()
[all …]