Lines Matching refs:last_token
69 int last_token; member
94 b->last_token = -1; in init_buffer()
107 buf->last_token = -1; in init_shared_buffer()
210 tok->last_token = 0; in set_token()
560 gdb_assert (src->last_token != -1); in append_tokens_without_splicing()
561 gdb_assert (dest->last_token != -1); in append_tokens_without_splicing()
569 if (dest->last_token == original_dest_len) in append_tokens_without_splicing()
571 dest->last_token = original_dest_len + src->last_token; in append_tokens_without_splicing()
578 dest->text + dest->last_token, in append_tokens_without_splicing()
579 dest->len - dest->last_token); in append_tokens_without_splicing()
591 dest->last_token = original_dest_len + src->last_token; in append_tokens_without_splicing()
603 dest->text + dest->last_token, in append_tokens_without_splicing()
604 dest->len - dest->last_token); in append_tokens_without_splicing()
612 dest->last_token = original_dest_len + 1 + src->last_token; in append_tokens_without_splicing()
777 arg->last_token = 0; in gather_arguments()
782 arg->last_token = tok.text - arg->text; in gather_arguments()
821 dest->last_token = 0; in substitute_args()
838 dest->last_token = dest->len; in substitute_args()
1078 dest->last_token = dest->len; in scan()
1092 dest->last_token = dest->len; in scan()
1108 dest.last_token = 0; in macro_expand()
1142 dest.last_token = 0; in macro_expand_next()