Lines Matching refs:seq1
1920 tre_ast_node_t *seq1 = NULL, *seq2 = NULL; in tre_expand_ast() local
1938 if (seq1 != NULL) in tre_expand_ast()
1939 seq1 = tre_ast_new_catenation(mem, seq1, copy); in tre_expand_ast()
1941 seq1 = copy; in tre_expand_ast()
1942 if (seq1 == NULL) in tre_expand_ast()
1984 if (seq1 == NULL) in tre_expand_ast()
1985 seq1 = seq2; in tre_expand_ast()
1987 seq1 = tre_ast_new_catenation(mem, seq1, seq2); in tre_expand_ast()
1988 if (seq1 == NULL) in tre_expand_ast()
1990 node->obj = seq1->obj; in tre_expand_ast()
1991 node->type = seq1->type; in tre_expand_ast()