Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c454 int auto_part; member
3013 p->auto_part = 0; in bc_parse_reset()
3043 p->auto_part = 0; in bc_parse_init()
3895 if (!p->auto_part) return bc_parse_err(p, BC_ERROR_PARSE_TOKEN); in bc_parse_auto()
3899 p->auto_part = comma = 0; in bc_parse_auto()
3959 p->auto_part = p->l.t != BC_LEX_KEY_AUTO; in bc_parse_body()
3961 if (!p->auto_part) { in bc_parse_body()
3964 p->auto_part = 1; in bc_parse_body()
3990 p->auto_part = 0; in bc_parse_stmt()