Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Ddc_lex.c108 l->t = BC_LEX_STR; in dc_lex_string()
H A Dbc_lex.c110 l->t = BC_LEX_STR; in bc_lex_string()
H A Ddc_parse.c161 case BC_LEX_STR: in dc_parse_token()
H A Dbc_parse.c846 if (t == BC_LEX_STR) bc_parse_str(p, inst); in bc_parse_print()
1760 case BC_LEX_STR: in bc_parse_stmt()
2233 case BC_LEX_STR: in bc_parse_expr_err()
/freebsd/contrib/bc/include/
H A Dlex.h263 BC_LEX_STR, enumerator