Lines Matching defs:next_line
1771 char *kbuf = NULL, *pos, *next_line;1787 for (pos = kbuf; pos; pos = next_line) {1793 next_line = strchr(pos, '\n');1794 if (next_line) {1795 *next_line = '\0';1796 next_line++;1797 if (*next_line == '\0')1798 next_line = NULL;1818 if (next_line)1819 count = next_line - kbuf;