Lines Matching refs:MAXLINES
1544 const int MAXLINES = 100000;1545 gFileLines = new Line[MAXLINES];1575 if (gNumFileLines >= MAXLINES) {1576 fprintf(stderr, "File too big. Max number of lines is %d\n", MAXLINES);