Searched refs:BC_LEX_SCOLON (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/bc/src/ |
| H A D | data.c | 1010 BC_LEX_SCOLON, 1020 BC_LEX_SCOLON, 1036 const BcParseNext bc_parse_next_for = BC_PARSE_NEXT(1, BC_LEX_SCOLON); 1054 BC_LEX_SCOLON, BC_LEX_COLON, BC_LEX_KW_ELSE, 1105 BC_LEX_SCOLON,
|
| H A D | bc_parse.c | 1243 if (p->l.t != BC_LEX_SCOLON) bc_parse_expr_status(p, 0, bc_parse_next_for); in bc_parse_for() 1247 if (BC_ERR(p->l.t != BC_LEX_SCOLON)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_for() 1263 if (p->l.t != BC_LEX_SCOLON) in bc_parse_for() 1282 if (BC_ERR(p->l.t != BC_LEX_SCOLON)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_for() 1748 case BC_LEX_SCOLON: in bc_parse_stmt() 1932 while (p->l.t == BC_LEX_SCOLON || p->l.t == BC_LEX_NLINE) in bc_parse_stmt() 1940 if (p->l.last == BC_LEX_SCOLON && p->l.t == BC_LEX_KW_DEFINE && BC_IS_POSIX) in bc_parse_stmt() 2442 case BC_LEX_SCOLON: in bc_parse_expr_err()
|
| H A D | bc_lex.c | 375 l->t = BC_LEX_SCOLON; in bc_lex_token()
|
| H A D | dc_parse.c | 154 case BC_LEX_SCOLON: in dc_parse_token()
|
| /freebsd/contrib/bc/include/ |
| H A D | lex.h | 257 BC_LEX_SCOLON, enumerator
|
| H A D | bc.h | 210 ((t) == BC_LEX_SCOLON || (t) == BC_LEX_NLINE || (t) == BC_LEX_EOF)
|