Home
last modified time | relevance | path

Searched refs:Insert_line (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ee/
H A Dnew_curse.h244 extern struct _line *Insert_line P_((int row, int end_row, WINDOW *window));
H A Dnew_curse.c2972 Insert_line(row, end_row, window) /* insert line into screen */ in Insert_line() function
3486 old = Insert_line(tmp_ft, min((bottom - 1), (window->Num_lines -1)), window); in doupdate()