Lines Matching defs:comment
160 bool comment = false;
169 // Multiline comments: =comment -> =end
170 if(comment) {
172 comment = false;
177 if(strcmp(line, "=comment") == 0) {
178 comment = true;
221 bool comment = false;
261 // Multiline comments: =comment -> =end
262 if(comment) {
264 comment = false;
269 if(strcmp(line, "=comment") == 0) {
270 comment = true;