Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c241 BC_INST_PRINT_POP, enumerator
3465 if (t == BC_LEX_STR) s = bc_parse_str(p, BC_INST_PRINT_POP); in bc_parse_print()
3468 if (!s) bc_parse_push(p, BC_INST_PRINT_POP); in bc_parse_print()
5525 case BC_INST_PRINT_POP: in bc_program_exec()