Searched refs:bc_parse_str (Results 1 – 2 of 2) sorted by relevance
441 static void bc_parse_str(BcParse *p, char inst) { in bc_parse_str() function459 if (t == BC_LEX_STR) bc_parse_str(p, BC_INST_PRINT_POP); in bc_parse_print()1052 bc_parse_str(p, BC_INST_PRINT_STR); in bc_parse_stmt()
3447 static BcStatus bc_parse_str(BcParse *p, char inst) { in bc_parse_str() function3467 if (t == BC_LEX_STR) s = bc_parse_str(p, BC_INST_PRINT_POP); in bc_parse_print()4078 s = bc_parse_str(p, BC_INST_PRINT_STR); in bc_parse_stmt()