Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c70 BC_ERROR_PARSE_STRING, enumerator
2656 return bc_lex_err(l, BC_ERROR_PARSE_STRING); in bc_lex_string()
5777 else if (string) s = bc_parse_err(&BC_VM->prs, BC_ERROR_PARSE_STRING); in bc_vm_stdin()