Home | History | Annotate | Download | only in bdist_wininst

Lines Matching defs:nLines

2478     int nLines = 0;
2522 lines[nLines++] = strdup(buffer);
2523 if (nLines >= lines_buffer_size) {
2534 qsort(&lines[0], nLines, sizeof(char *),
2546 for (i = 0; i < nLines; ++i) {