Lines Matching defs:next_line
1760 char *kbuf = NULL, *pos, *next_line;1776 for (pos = kbuf; pos; pos = next_line) {1782 next_line = strchr(pos, '\n');1783 if (next_line) {1784 *next_line = '\0';1785 next_line++;1786 if (*next_line == '\0')1787 next_line = NULL;1807 if (next_line)1808 count = next_line - kbuf;