Lines Matching refs:cpp_reader
83 static const uchar *skip_whitespace (cpp_reader *, const uchar *, int);
84 static cpp_hashnode *lex_identifier (cpp_reader *, const uchar *);
85 static const uchar *copy_comment (cpp_reader *, const uchar *, int);
86 static void check_output_buffer (cpp_reader *, size_t);
87 static void push_replacement_text (cpp_reader *, cpp_hashnode *);
88 static bool scan_parameters (cpp_reader *, cpp_macro *);
89 static bool recursive_macro (cpp_reader *, cpp_hashnode *);
90 static void save_replacement_text (cpp_reader *, cpp_macro *, unsigned int);
91 static void maybe_start_funlike (cpp_reader *, cpp_hashnode *, const uchar *,
94 static void replace_args_and_push (cpp_reader *, struct fun_macro *);
100 check_output_buffer (cpp_reader *pfile, size_t n) in check_output_buffer()
120 skip_macro_block_comment (cpp_reader *pfile) in skip_macro_block_comment()
149 copy_comment (cpp_reader *pfile, const uchar *cur, int in_define) in copy_comment()
213 skip_whitespace (cpp_reader *pfile, const uchar *cur, int skip_comments) in skip_whitespace()
245 lex_identifier (cpp_reader *pfile, const uchar *cur) in lex_identifier()
267 _cpp_overlay_buffer (cpp_reader *pfile, const uchar *start, size_t len) in _cpp_overlay_buffer()
284 _cpp_remove_overlay (cpp_reader *pfile) in _cpp_remove_overlay()
299 _cpp_read_logical_line_trad (cpp_reader *pfile) in _cpp_read_logical_line_trad()
314 maybe_start_funlike (cpp_reader *pfile, cpp_hashnode *node, const uchar *start, struct fun_macro *m… in maybe_start_funlike()
344 _cpp_scan_out_logical_line (cpp_reader *pfile, cpp_macro *macro) in _cpp_scan_out_logical_line()
690 push_replacement_text (cpp_reader *pfile, cpp_hashnode *node) in push_replacement_text()
719 recursive_macro (cpp_reader *pfile, cpp_hashnode *node) in recursive_macro()
824 replace_args_and_push (cpp_reader *pfile, struct fun_macro *fmacro) in replace_args_and_push()
939 scan_parameters (cpp_reader *pfile, cpp_macro *macro) in scan_parameters()
981 save_replacement_text (cpp_reader *pfile, cpp_macro *macro, in save_replacement_text()
1032 _cpp_create_trad_definition (cpp_reader *pfile, cpp_macro *macro) in _cpp_create_trad_definition()