Home
last modified time | relevance | path

Searched refs:token_stack (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-perl.c2536 static struct token_stack_ty token_stack; variable
2618 int dummy = token_stack_dump (&token_stack); in x_perl_lex()
2620 token_ty *tp = token_stack_pop (&token_stack); in x_perl_lex()
2645 token_ty *next = token_stack_peek (&token_stack); in x_perl_lex()
2723 token_stack_push (&token_stack, tp); in x_perl_unlex()
3394 token_stack.items = NULL; in extract_perl()
3395 token_stack.nitems = 0; in extract_perl()
3396 token_stack.nitems_max = 0; in extract_perl()
3415 token_stack_free (&token_stack); in extract_perl()
H A DChangeLog3948 (token_stack): Change type to 'struct token_stack_ty'.
4027 (token_stack): Make static.
4050 (extract_perl): Initialize token_stack correctly.