Lines Matching refs:stream_pos
75 static struct position stream_pos(stream_t *stream) in stream_pos() function
346 token->pos = stream_pos(stream); in alloc_token()
429 warning(stream_pos(stream), "no newline at end of file"); in nextchar_slow()
431 warning(stream_pos(stream), "backslash-newline at end of file"); in nextchar_slow()
569 sparse_error(stream_pos(stream), "number token exceeds %td characters", in get_one_number()
600 warning(stream_pos(stream), in eat_string()
606 warning(stream_pos(stream), in eat_string()
612 warning(stream_pos(stream), in eat_string()
622 warning(stream_pos(stream), in eat_string()
625 warning(stream_pos(stream), "string too long (%d bytes, %d bytes max)", len, MAX_STRING); in eat_string()
671 warning(stream_pos(stream), "End of file in the middle of a comment"); in drop_stream_comment()