Searched refs:MAXLINES (Results 1 – 1 of 1) sorted by relevance
102 #define MAXLINES 50 macro1872 static char* ConfigBuffer[MAXLINES]; in ReadParseParam()1904 while (token != NULL && numLines < MAXLINES) { in ReadParseParam()