Lines Matching defs:tok
207 set_token (struct macro_buffer *tok, char *start, char *end) in set_token()
218 get_comment (struct macro_buffer *tok, char *p, char *end) in get_comment()
260 get_identifier (struct macro_buffer *tok, char *p, char *end) in get_identifier()
282 get_pp_number (struct macro_buffer *tok, char *p, char *end) in get_pp_number()
319 get_character_constant (struct macro_buffer *tok, char *p, char *end) in get_character_constant()
373 get_string_literal (struct macro_buffer *tok, char *p, char *end) in get_string_literal()
420 get_punctuator (struct macro_buffer *tok, char *p, char *end) in get_punctuator()
470 get_token (struct macro_buffer *tok, in get_token()
693 struct macro_buffer tok; in gather_arguments() local
825 struct macro_buffer tok; in substitute_args() local
1066 struct macro_buffer tok; in scan() local
1134 struct macro_buffer src, dest, tok; in macro_expand_next() local