Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c307 typedef struct BcInstPtr { struct
311 } BcInstPtr; typedef
3036 bc_vec_init(&p->exits, sizeof(BcInstPtr), NULL); in bc_parse_init()
3093 BcInstPtr *ip = bc_vec_top(&p->exits); in bc_parse_setLabel()
3113 BcInstPtr ip; in bc_parse_createExitLabel()
3773 BcInstPtr *ip; in bc_parse_loopExit()
4462 BcInstPtr *ip = bc_vec_item_rev(&p->stack, 0); in bc_program_str()
4724 BcInstPtr ip; in bc_program_read()
4730 BcInstPtr *ip_ptr = bc_vec_item(&p->stack, i); in bc_program_read()
5125 BcInstPtr ip; in bc_program_call()
[all …]