Searched refs:token_stack_ty (Results 1 – 2 of 2) sorted by relevance
2528 typedef struct token_stack_ty token_stack_ty; typedef2529 struct token_stack_ty struct2536 static struct token_stack_ty token_stack; argument2541 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()
3947 (struct token_stack_ty): New type.3948 (token_stack): Change type to 'struct token_stack_ty'.