Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Ddc_parse.c57 if (p->l.t != BC_LEX_NAME) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in dc_parse_register()
302 case BC_LEX_NAME: in dc_parse_token()
H A Dbc_parse.c597 if (BC_ERR(p->l.t != BC_LEX_NAME)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_builtin3()
747 if (type == BC_LEX_NAME) in bc_parse_incdec()
1379 if (BC_ERR(p->l.t != BC_LEX_NAME)) bc_parse_err(p, BC_ERR_PARSE_FUNC); in bc_parse_func()
1382 voidfn = (!BC_IS_POSIX && p->l.t == BC_LEX_NAME && in bc_parse_func()
1390 voidfn = (voidfn && p->l.t == BC_LEX_NAME); in bc_parse_func()
1436 if (BC_ERR(p->l.t != BC_LEX_NAME)) bc_parse_err(p, BC_ERR_PARSE_FUNC); in bc_parse_func()
1507 one = (p->l.t == BC_LEX_NAME); in bc_parse_auto()
1510 while (p->l.t == BC_LEX_NAME) in bc_parse_auto()
1703 case BC_LEX_NAME: in bc_parse_stmt()
2271 case BC_LEX_NAME: in bc_parse_expr_err()
H A Ddc_lex.c90 l->t = BC_LEX_NAME; in dc_lex_register()
H A Dlex.c264 l->t = BC_LEX_NAME; in bc_lex_name()
/freebsd/contrib/bc/include/
H A Dlex.h266 BC_LEX_NAME, enumerator