Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/include/
H A Dbc.h459 extern const BcParseNext bc_parse_next_read;
/aosp_15_r20/external/bc/src/
H A Ddata.c1039 const BcParseNext bc_parse_next_read = BC_PARSE_NEXT(2, BC_LEX_NLINE, variable
H A Dbc_parse.c2639 bc_parse_expr_status(p, flags, bc_parse_next_read); in bc_parse_expr()
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c771 BcParseNext bc_parse_next_read = variable
4852 s = bc_parse_expr_status(&parse, BC_PARSE_NOREAD, bc_parse_next_read); in bc_program_read()