Searched defs:bc_parse_push (Results 1 – 2 of 2) sorted by relevance
62 #define bc_parse_push(p, i) (bc_vec_pushByte(&(p)->func->code, (uchar) (i))) macro
425 #define bc_parse_push(p, i) (bc_vec_pushByte(&(p)->func->code, i)) macro