Home
last modified time | relevance | path

Searched refs:screen_trashed (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/less/
H A Dsignal.c31 extern int screen_trashed;
238 screen_trashed = 1; in psignals()
258 screen_trashed = 1; in psignals()
H A Djump.c20 extern int screen_trashed;
276 screen_trashed = 0; in jump_loc()
321 screen_trashed = 0; in jump_loc()
H A Dlsystem.c35 extern int screen_trashed;
196 screen_trashed = 1; in lsystem()
356 screen_trashed = 1; in pipe_data()
H A Doutput.c31 extern int screen_trashed;
63 screen_trashed = 1; in put_line()
392 screen_trashed = 1; in flush()
651 screen_trashed = 1; in error()
709 screen_trashed = 1; in query()
H A Dcommand.c65 extern int screen_trashed; /* The screen has been overwritten */
794 } else if (screen_trashed || !full_screen) in make_display()
800 if (screen_trashed == 2) in make_display()
2040 screen_trashed = 1; in commands()
2053 screen_trashed = 1; in commands()
2061 screen_trashed = 1; in commands()
2069 screen_trashed = 1; in commands()
H A Dlinenum.c71 extern int screen_trashed;
251 screen_trashed = 1; in abort_long()
H A Doption.c29 extern int screen_trashed;
473 screen_trashed = TRUE; in toggle_option()
H A Dch.c131 extern int screen_trashed;
325 /* screen_trashed=2 causes make_display to reopen the file. */ in ch_get()
326 screen_trashed = 2; in ch_get()
H A Ddecode.c39 extern int screen_trashed;
454 screen_trashed = 1; in mouse_button_rel()
H A Dforwback.c21 public int screen_trashed; variable
H A Dsearch.c37 extern int screen_trashed;
1400 screen_trashed = 1; in search_range()
1837 screen_trashed = 1; in set_filter_pattern()
H A Dscreen.c288 extern int screen_trashed;
2154 screen_trashed = 1; in check_winch()