Lines Matching refs:uchar
53 static void add_line_note (cpp_buffer *, const uchar *, unsigned int);
56 static void lex_string (cpp_reader *, cpp_token *, const uchar *);
57 static void save_comment (cpp_reader *, cpp_token *, const uchar *, cppchar_t);
58 static void create_literal (cpp_reader *, cpp_token *, const uchar *,
77 return !ustrcmp (NODE_NAME (token->val.node), (const uchar *) string); in cpp_ideq()
83 add_line_note (cpp_buffer *buffer, const uchar *pos, unsigned int type) in add_line_note()
103 const uchar *s; in _cpp_clean_line()
104 uchar c, *d, *p; in _cpp_clean_line()
114 const uchar *pbackslash = NULL; in _cpp_clean_line()
125 d = (uchar *) s; in _cpp_clean_line()
169 d = (uchar *) s; in _cpp_clean_line()
219 d = (uchar *) s; in _cpp_clean_line()
238 const uchar *p; in warn_in_comment()
329 const uchar *cur = buffer->cur; in _cpp_skip_block_comment()
330 uchar c; in _cpp_skip_block_comment()
507 lex_identifier (cpp_reader *pfile, const uchar *base, bool starts_ucn, in lex_identifier()
511 const uchar *cur; in lex_identifier()
571 const uchar *cur; in lex_number()
572 const uchar *base; in lex_number()
573 uchar *dest; in lex_number()
600 create_literal (cpp_reader *pfile, cpp_token *token, const uchar *base, in create_literal()
603 uchar *dest = _cpp_unaligned_alloc (pfile, len + 1); in create_literal()
620 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string()
623 const uchar *cur; in lex_string()
1226 const uchar *base = --buffer->cur; in _cpp_lex_direct()