OP_ALT           1100 lib/regcomp.c        case OP_ALT:
OP_ALT           1426 lib/regcomp.c      case OP_ALT:
OP_ALT           1824 lib/regcomp.c  	    token->type = OP_ALT;
OP_ALT           1937 lib/regcomp.c  	token->type = OP_ALT;
OP_ALT           1941 lib/regcomp.c  	token->type = OP_ALT;
OP_ALT           1995 lib/regcomp.c  	  if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP)
OP_ALT           2151 lib/regcomp.c    while (token->type == OP_ALT)
OP_ALT           2154 lib/regcomp.c        if (token->type != OP_ALT && token->type != END_OF_RE
OP_ALT           2163 lib/regcomp.c        tree = create_tree (dfa, tree, branch, OP_ALT);
OP_ALT           2192 lib/regcomp.c    while (token->type != OP_ALT && token->type != END_OF_RE
OP_ALT           2347 lib/regcomp.c  	  tree = create_tree (dfa, tree_first, tree_last, OP_ALT);
OP_ALT           2397 lib/regcomp.c      case OP_ALT:
OP_ALT           2577 lib/regcomp.c  		      (end == REG_MISSING ? OP_DUP_ASTERISK : OP_ALT));
OP_ALT           2596 lib/regcomp.c  	tree = create_tree (dfa, tree, NULL, OP_ALT);
OP_ALT           3297 lib/regcomp.c  	  work_tree = create_tree (dfa, work_tree, mbc_tree, OP_ALT);
OP_ALT           3688 lib/regcomp.c        tree = create_tree (dfa, tree, mbc_tree, OP_ALT);