Home | History | Annotate | Download | only in bdist_wininst

Lines Matching defs:nLines

2507     int nLines = 0;
2551 lines[nLines++] = strdup(buffer);
2552 if (nLines >= lines_buffer_size) {
2563 qsort(&lines[0], nLines, sizeof(char *),
2575 for (i = 0; i < nLines; ++i) {