OP_ALT           1079 lib/regcomp.c        case OP_ALT:
OP_ALT           1405 lib/regcomp.c      case OP_ALT:
OP_ALT           1790 lib/regcomp.c  	    token->type = OP_ALT;
OP_ALT           1901 lib/regcomp.c  	token->type = OP_ALT;
OP_ALT           1905 lib/regcomp.c  	token->type = OP_ALT;
OP_ALT           1959 lib/regcomp.c  	  if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP)
OP_ALT           2125 lib/regcomp.c    while (token->type == OP_ALT)
OP_ALT           2128 lib/regcomp.c        if (token->type != OP_ALT && token->type != END_OF_RE
OP_ALT           2144 lib/regcomp.c        tree = create_tree (dfa, tree, branch, OP_ALT);
OP_ALT           2173 lib/regcomp.c    while (token->type != OP_ALT && token->type != END_OF_RE
OP_ALT           2336 lib/regcomp.c  	  tree = create_tree (dfa, tree_first, tree_last, OP_ALT);
OP_ALT           2391 lib/regcomp.c      case OP_ALT:
OP_ALT           2595 lib/regcomp.c  		      (end == -1 ? OP_DUP_ASTERISK : OP_ALT));
OP_ALT           2610 lib/regcomp.c  	tree = create_tree (dfa, tree, NULL, OP_ALT);
OP_ALT           3265 lib/regcomp.c  	  work_tree = create_tree (dfa, work_tree, mbc_tree, OP_ALT);
OP_ALT           3605 lib/regcomp.c        tree = create_tree (dfa, tree, mbc_tree, OP_ALT);