Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dbc_parse.c425 if (p->l.t == BC_LEX_RBRACKET) in bc_parse_name()
446 if (BC_ERR(p->l.t != BC_LEX_RBRACKET)) in bc_parse_name()
612 if (BC_ERR(p->l.t != BC_LEX_RBRACKET)) in bc_parse_builtin3()
1455 if (BC_ERR(p->l.t != BC_LEX_RBRACKET)) in bc_parse_func()
1527 if (BC_ERR(p->l.t != BC_LEX_RBRACKET)) in bc_parse_auto()
1886 case BC_LEX_RBRACKET: in bc_parse_stmt()
2421 case BC_LEX_RBRACKET: in bc_parse_expr_err()
H A Ddc_parse.c300 case BC_LEX_RBRACKET: in dc_parse_token()
H A Ddata.c973 const BcParseNext bc_parse_next_elem = BC_PARSE_NEXT(1, BC_LEX_RBRACKET);
/freebsd/contrib/bc/include/
H A Dlex.h251 BC_LEX_RBRACKET, enumerator