Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c479 #define BC_PARSE_FLAG_BRACE (1<<0) macro
480 #define BC_PARSE_BRACE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_BRACE)
3071 if ((flags & BC_PARSE_FLAG_BRACE) && p->l.last != BC_LEX_RBRACE) in bc_parse_isDelimiter()
3083 good = (((*fptr) & BC_PARSE_FLAG_BRACE) != 0); in bc_parse_isDelimiter()
4003 bc_parse_startBody(p, BC_PARSE_FLAG_BRACE); in bc_parse_stmt()
4007 *(BC_PARSE_TOP_FLAG_PTR(p)) |= BC_PARSE_FLAG_BRACE; in bc_parse_stmt()