Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c328 typedef enum BcLexType { enum
404 } BcLexType; typedef
413 BcLexType t;
414 BcLexType last;
520 #define BC_PARSE_TOP_OP(p) (*((BcLexType*) bc_vec_top(&(p)->ops)))
2623 l->t = BC_LEX_KEY_AUTO + (BcLexType) i; in bc_lex_identifier()
2672 static void bc_lex_assign(BcLex *l, BcLexType with, BcLexType without) { in bc_lex_assign()
2757 l->t = (BcLexType) (c - '(' + BC_LEX_LPAREN); in bc_lex_token()
2886 l->t = (BcLexType) (c - '[' + BC_LEX_LBRACKET); in bc_lex_token()
2940 l->t = (BcLexType) (c - '{' + BC_LEX_LBRACE); in bc_lex_token()
[all …]