Searched refs:T_LBRACKET (Results 1 – 2 of 2) sorted by relevance
481 T_LBRACKET, /* '[' */ enumerator
1220 != (ctype == CT_STRUCT ? T_LBRACE : T_LBRACKET)) { in ng_parse_composite()1246 if (tok == T_LBRACE || tok == T_LBRACKET) { in ng_parse_composite()1652 case T_LBRACKET: in ng_parse_skip_value()1702 return T_LBRACKET; in ng_parse_get_token()