Home | History | Annotate | Download | only in lib

Lines Matching full:mbc_remain

2245 	      bin_tree_t *mbc_remain;
2247 mbc_remain = create_token_tree (dfa, NULL, NULL, token);
2248 tree = create_tree (dfa, tree, mbc_remain, CONCAT);
2249 if (BE (mbc_remain == NULL || tree == NULL, 0))