Lines Matching refs:line
81 by a backslash (\). The backslash and the new line are both discarded,
93 A single-line comment begins with the character #. The comment can start
94 at any position, and extends to the end of the line.
115 {} [] , ; = . ' " new-line form-feed carriage-return whitespace
468 unsigned int line, column;
760 fd->line++;
855 fd->line = 1;
1970 fd->line = 1;
2012 SNDERR("%s:%d:%d:%s", fd->name ? fd->name : "_toplevel_", fd->line, fd->column, str);
2018 SNDERR("%s:%d:%d:Unexpected }", fd->name ? fd->name : "", fd->line, fd->column);