Searched refs:stack_push_copy (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/ |
H A D | regexJIT.c | 292 static int stack_push_copy(struct stack *stack, int items, int length) in stack_push_copy() function 492 if (stack_push_copy(stack, 1, count)) in iterate() 511 if (stack_push_copy(stack, count, count)) in iterate() 516 if (stack_push_copy(stack, count, count)) in iterate() 533 if (stack_push_copy(stack, count, count)) in iterate() 544 if (stack_push_copy(stack, count, count)) in iterate()
|