Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dbc.c3804 #define BC_PARSE_TOP_OP(p) (*(BcLexType*)bc_vec_top(&(p)->ops)) macro
3843 BcLexType t = BC_PARSE_TOP_OP(p); in bc_parse_operator()
3864 top = BC_PARSE_TOP_OP(p); in zbc_parse_rightParen()
3874 top = BC_PARSE_TOP_OP(p); in zbc_parse_rightParen()
4979 BcLexType top = BC_PARSE_TOP_OP(p); in zbc_parse_expr()