Searched refs:add_line_note (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Dlex.c53 static void add_line_note (cpp_buffer *, const uchar *, unsigned int);
83 add_line_note (cpp_buffer *buffer, const uchar *pos, unsigned int type) function
151 add_line_note (buffer, p - 1, p != d ? ' ' : '\\');
164 add_line_note (buffer, s, s[2]);
198 add_line_note (buffer, p - 1, p != d ? ' ': '\\');
205 add_line_note (buffer, d, s[2]);
229 add_line_note (buffer, d + 1, '\n');
261 /* Process the notes created by add_line_note as far as the current

Completed in 94 milliseconds