Searched refs:can_delete (Results 1 – 1 of 1) sorted by relevance
3887 int can_delete; // deleting line codes can be used in screen_del_lines() local3916 can_delete = (*T_DB == NUL || can_clear(T_CE)); in screen_del_lines()3942 else if (*T_CDL != NUL && line_count > 1 && can_delete) in screen_del_lines()3947 else if (*T_DL != NUL && can_delete) in screen_del_lines()3949 else if (*T_CDL != NUL && can_delete) in screen_del_lines()