CONCAT           1349 lib/regcomp.c    tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls;
CONCAT           1350 lib/regcomp.c    tree = create_tree (dfa, op, tree1, CONCAT);
CONCAT           1368 lib/regcomp.c    if (node->token.type == CONCAT)
CONCAT           1394 lib/regcomp.c      case CONCAT:
CONCAT           1418 lib/regcomp.c      case CONCAT:
CONCAT           2121 lib/regcomp.c      root = create_tree (dfa, tree, eor, CONCAT);
CONCAT           2202 lib/regcomp.c  	  tree = create_tree (dfa, tree, expr, CONCAT);
CONCAT           2246 lib/regcomp.c  	      tree = create_tree (dfa, tree, mbc_remain, CONCAT);
CONCAT           2558 lib/regcomp.c  	  tree = create_tree (dfa, tree, elem, CONCAT);
CONCAT           2592 lib/regcomp.c  	tree = create_tree (dfa, tree, elem, CONCAT);
CONCAT           2602 lib/regcomp.c      tree = create_tree (dfa, old_tree, tree, CONCAT);