Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dlex.h278 BC_LEX_KW_AUTO, enumerator
H A Dbc.h351 #define BC_PARSE_IS_KEYWORD(t) ((t) >= BC_LEX_KW_AUTO && (t) <= BC_LEX_KW_ELSE)
/freebsd/contrib/bc/src/
H A Dbc_lex.c71 l->t = BC_LEX_KW_AUTO + (BcLexType) i; in bc_lex_identifier()
H A Ddc_parse.c305 case BC_LEX_KW_AUTO: in dc_parse_token()
H A Dbc_parse.c1578 p->auto_part = (p->l.t != BC_LEX_KW_AUTO); in bc_parse_body()
1633 if (type == BC_LEX_KW_AUTO) in bc_parse_stmt()
1888 case BC_LEX_KW_AUTO: in bc_parse_stmt()
2425 case BC_LEX_KW_AUTO: in bc_parse_expr_err()