Searched refs:next_line (Results 1 – 1 of 1) sorted by relevance
1373 char_u *next_line = NULL; // copy of the next line in open_line() local1424 next_line = vim_strsave(ml_get(curwin->w_cursor.lnum + 1)); in open_line()1426 next_line = vim_strsave((char_u *)""); in open_line()1427 if (next_line == NULL) // out of memory! in open_line()2284 ml_replace(curwin->w_cursor.lnum, next_line, FALSE); in open_line()2291 next_line = NULL; in open_line()2298 vim_free(next_line); in open_line()