Lines Matching refs:status

268       status = tre_stack_push_ ## typetag(s, value);			      \
274 status = tre_stack_push_ ## typetag(s, value); \
275 if (status != REG_OK) \
1206 reg_errcode_t status = REG_OK;
1262 if (status != REG_OK)
1308 status = REG_ESPACE;
1340 status = tre_add_tag_left(mem, node, tag);
1428 status = tre_add_tag_left(mem, node, tag);
1499 status = tre_add_tag_left(mem, node, tag);
1628 status = tre_add_tag_right(mem, left, tag_left);
1630 if (status == REG_OK)
1631 status = tre_add_tag_right(mem, right, tag_right);
1668 return status;
1691 reg_errcode_t status = REG_OK;
1701 while (status == REG_OK && tre_stack_num_objects(stack) > bottom)
1704 if (status != REG_OK)
1746 status = REG_ESPACE;
1764 status = REG_ESPACE;
1784 status = REG_ESPACE;
1809 status = REG_ESPACE;
1824 return status;
1838 reg_errcode_t status = REG_OK;
1847 while (status == REG_OK && tre_stack_num_objects(stack) > bottom)
1852 if (status != REG_OK)
1933 status = tre_copy_ast(mem, stack, iter->arg, flags,
1936 if (status != REG_OK)
1937 return status;
1950 status = tre_copy_ast(mem, stack, iter->arg, 0,
1952 if (status != REG_OK)
1953 return status;
1964 status = tre_copy_ast(mem, stack, iter->arg, 0,
1966 if (status != REG_OK)
1967 return status;
2016 return status;
2143 reg_errcode_t status = REG_OK;
2147 status = tre_stack_push_voidptr(stack, node);
2150 while (status == REG_OK && tre_stack_num_objects(stack) > bottom)
2229 return status;
2378 reg_errcode_t status;
2388 status = tre_match_empty(stack, cat->left,
2390 if (status != REG_OK)
2391 return status;
2400 status = tre_match_empty(stack, cat->left, tags,
2402 if (status != REG_OK)
2405 return status;
2425 status = tre_match_empty(stack, cat->right,
2427 if (status != REG_OK)
2428 return status;
2437 status = tre_match_empty(stack, cat->right, tags,
2439 if (status != REG_OK)
2442 return status;