Home
last modified time | relevance | path

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

/external/bc/include/
Dparse.h62 #define bc_parse_push(p, i) (bc_vec_pushByte(&(p)->func->code, (uchar) (i))) macro
/external/toybox/toys/pending/
Dbc.c425 #define bc_parse_push(p, i) (bc_vec_pushByte(&(p)->func->code, i)) macro