Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c441 static void bc_parse_str(BcParse *p, char inst) { in bc_parse_str() function
459 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()
/external/toybox/toys/pending/
Dbc.c3447 static BcStatus bc_parse_str(BcParse *p, char inst) { in bc_parse_str() function
3467 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()