Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c243 BC_INST_PRINT_STR, enumerator
4063 s = bc_parse_str(p, BC_INST_PRINT_STR); in bc_parse_stmt()
4837 if (inst == BC_INST_PRINT_STR) bc_program_printChars(str); in bc_program_print()
5526 case BC_INST_PRINT_STR: in bc_program_exec()