Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-perl.c2528 typedef struct token_stack_ty token_stack_ty; typedef
2529 struct token_stack_ty struct
2536 static struct token_stack_ty token_stack; argument
2541 token_stack_dump (token_stack_ty *stack) in token_stack_dump()
2567 token_stack_push (token_stack_ty *stack, token_ty *token) in token_stack_push()
2583 token_stack_pop (token_stack_ty *stack) in token_stack_pop()
2594 token_stack_peek (const token_stack_ty *stack) in token_stack_peek()
2604 token_stack_free (token_stack_ty *stack) in token_stack_free()
H A DChangeLog3947 (struct token_stack_ty): New type.
3948 (token_stack): Change type to 'struct token_stack_ty'.