Home
last modified time | relevance | path

Searched refs:tre_stack_num_objects (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-stack.h30 tre_stack_num_objects(tre_stack_t *s);
H A Dtre-compile.c152 int bottom = tre_stack_num_objects(stack); in tre_add_tags()
203 while (tre_stack_num_objects(stack) > bottom) in tre_add_tags()
666 int bottom = tre_stack_num_objects(stack); in tre_copy_ast()
675 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_copy_ast()
809 int bottom = tre_stack_num_objects(stack); in tre_expand_ast()
825 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_expand_ast()
1211 int bottom = tre_stack_num_objects(stack); in tre_match_empty()
1221 while (status == REG_OK && tre_stack_num_objects(stack) > bottom) in tre_match_empty()
1324 int bottom = tre_stack_num_objects(stack); in tre_compute_nfl()
1329 while (tre_stack_num_objects(stack) > bottom) in tre_compute_nfl()
H A Dtre-stack.c63 tre_stack_num_objects(tre_stack_t *s) in tre_stack_num_objects() function
H A Dtre-parse.c949 int bottom = tre_stack_num_objects(stack); in tre_parse()
971 while (tre_stack_num_objects(stack) > bottom && status == REG_OK) in tre_parse()