Lines Matching defs:tmp
556 char tmp[CHARCLASS_NAME_MAX+1];
560 memcpy(tmp, s, len);
561 tmp[len] = 0;
562 class = tre_ctype(tmp);
1760 tre_union_t *tmp;
1767 tmp = (*result)->obj;
1768 result = &tmp->left;
1771 STACK_PUSHX(stack, voidptr, &tmp->right);
1780 tre_catenation_t *tmp;
1787 tmp = (*result)->obj;
1788 tmp->left = NULL;
1789 tmp->right = NULL;
1790 result = &tmp->left;
1794 STACK_PUSHX(stack, voidptr, &tmp->right);
1962 tre_ast_node_t *tmp, *copy;
1974 tmp = tre_ast_new_literal(mem, EMPTY, -1, -1);
1975 if (tmp == NULL)
1977 seq2 = tre_ast_new_union(mem, tmp, seq2);