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