Home
last modified time | relevance | path

Searched refs:tre_stack_new (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-stack.h22 tre_stack_new(int size, int max_size, int increment);
H A Dtre-stack.c34 tre_stack_new(int size, int max_size, int increment) in tre_stack_new() function
H A Dtre-compile.c1877 stack = tre_stack_new(512, 10240, 128); in tre_compile()