Lines Matching refs:_line
153 struct _line { struct
154 struct _line *next_screen; argument
155 struct _line *prev_screen; argument
164 struct _line *top_of_win; argument
178 struct _line *first_line;
179 struct _line **line_array;
201 extern struct _line *Screenalloc P_((int columns));
206 extern void clear_line P_((struct _line *line, int column, int cols));
243 extern int Comp_line P_((struct _line *line1, struct _line *line2));
244 extern struct _line *Insert_line P_((int row, int end_row, WINDOW *window));
245 extern struct _line *Delete_line P_((int row, int end_row, WINDOW *window));
247 …eck_delete P_((WINDOW *window, int line, int offset, struct _line *pointer_new, struct _line *poin…
248 …eck_insert P_((WINDOW *window, int line, int offset, struct _line *pointer_new, struct _line *poin…