Searched refs:BC_LEX_RBRACKET (Results 1 – 1 of 1) sorted by relevance
481 BC_LEX_RBRACKET, // must be LBRACKET+2: code uses (c - '[' + BC_LEX_LBRACKET) enumerator3968 if (p->lex == BC_LEX_RBRACKET) { in zbc_parse_name()4524 if (p->lex != BC_LEX_RBRACKET) { in zbc_parse_funcdef()4610 if (p->lex != BC_LEX_RBRACKET) { in zbc_parse_auto()