Searched refs:nbranch (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/projects/musllibc/src/regex/
H A Dregcomp.c945 tre_ast_node_t *nbranch=0, *nunion=0; local
958 PUSHPTR(err, stack, nbranch);
964 nbranch = nunion = 0;
1027 nbranch = tre_ast_new_catenation(ctx->mem, nbranch, ctx->n);
1037 nunion = tre_ast_new_union(ctx->mem, nunion, nbranch);
1038 nbranch = 0;
1062 nbranch = tre_stack_pop_voidptr(stack);

Completed in 28 milliseconds