Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c425 #define bc_parse_push(p, i) (bc_vec_pushByte(&(p)->func->code, i)) macro
2978 bc_parse_push(p, UCHAR_MAX); in bc_parse_pushName()
2994 bc_parse_push(p, inst); in bc_parse_addId()
3148 bc_parse_push(p, BC_PARSE_TOKEN_INST(t)); in bc_parse_operator()
3164 bc_parse_push(p, BC_PARSE_TOKEN_INST(top)); in bc_parse_rightParen()
3200 bc_parse_push(p, BC_INST_CALL); in bc_parse_params()
3279 bc_parse_push(p, *type); in bc_parse_name()
3296 bc_parse_push(p, BC_INST_VAR); in bc_parse_name()
3317 bc_parse_push(p, BC_INST_READ); in bc_parse_read()
3343 bc_parse_push(p, *prev); in bc_parse_builtin()
[all …]