Home | History | Annotate | Download | only in atc

Lines Matching refs:LINE

76 int line = 1;
154 line bunch_of_lines
156 | line
160 line:
269 if (sp->line == NULL)
270 sp->line = malloc((sp->num_lines +
271 REALLOC) * sizeof (LINE));
273 sp->line = realloc(sp->line,
275 sizeof (LINE));
276 if (sp->line == NULL)
279 sp->line[sp->num_lines].p1.x = $3;
280 sp->line[sp->num_lines].p1.y = $4;
281 sp->line[sp->num_lines].p2.x = $7;
282 sp->line[sp->num_lines].p2.y = $8;
327 yyerror("Bad line endpoints.");
333 fprintf(stderr, "\"%s\": line %d: %s\n", filename, line, s);