Lines Matching defs:next_line
1622 char *kbuf = NULL, *pos, *next_line;1638 for (pos = kbuf; pos; pos = next_line) {1644 next_line = strchr(pos, '\n');1645 if (next_line) {1646 *next_line = '\0';1647 next_line++;1648 if (*next_line == '\0')1649 next_line = NULL;1669 if (next_line)1670 count = next_line - kbuf;