Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-stack.h51 #define tre_stack_pop_int(stack) (int)tre_stack_pop_long(stack) macro
H A Dtre-compile.c515 minimal = tre_stack_pop_int(stack); in tre_add_tags()
516 enter_tag = tre_stack_pop_int(stack); in tre_add_tags()
536 int new_tag = tre_stack_pop_int(stack); in tre_add_tags()
537 next_tag = tre_stack_pop_int(stack); in tre_add_tags()
573 added_tags = tre_stack_pop_int(stack); in tre_add_tags()
581 tag_left = tre_stack_pop_int(stack); in tre_add_tags()
582 tag_right = tre_stack_pop_int(stack); in tre_add_tags()
897 pos_add = tre_stack_pop_int(stack); in tre_expand_ast()
H A Dtre-parse.c975 symbol = tre_stack_pop_int(stack); in tre_parse()
1714 int submatch_id = tre_stack_pop_int(stack); in tre_parse()
1734 ctx->cflags = tre_stack_pop_int(stack); in tre_parse()