Searched refs:br_token (Results 1 – 1 of 1) sorted by relevance
2959 re_token_t br_token; in parse_bracket_exp() local3192 br_token.type = COMPLEX_BRACKET; in parse_bracket_exp()3193 br_token.opr.mbcset = mbcset; in parse_bracket_exp()3194 mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()3205 br_token.type = SIMPLE_BRACKET; in parse_bracket_exp()3206 br_token.opr.sbcset = sbcset; in parse_bracket_exp()3207 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()3229 br_token.type = SIMPLE_BRACKET; in parse_bracket_exp()3230 br_token.opr.sbcset = sbcset; in parse_bracket_exp()3231 work_tree = create_token_tree (dfa, NULL, NULL, &br_token); in parse_bracket_exp()[all …]