Home
last modified time | relevance | path

Searched refs:the_display (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/texinfo/info/
H A Ddisplay.c45 free_display (the_display); in display_initialize_display()
47 display_clear_display (the_display); in display_initialize_display()
133 DISPLAY_LINE **display = the_display; in display_update_one_window()
462 if (!the_display[0]) in display_scroll_display()
481 the_display[last - i] = the_display[end - i]; in display_scroll_display()
482 the_display[end - i] = temp; in display_scroll_display()
490 the_display[i]->textlen = 0; in display_scroll_display()
491 the_display[i]->inverse = 0; in display_scroll_display()
501 the_display[last + i] = the_display[start + i]; in display_scroll_display()
510 the_display[i]->textlen = 0; in display_scroll_display()
[all …]
H A Ddisplay.h39 extern DISPLAY_LINE **the_display;
H A Dm-x.c196 display_clear_display (the_display);
H A Dsignals.c159 display_clear_display (the_display); in redisplay_after_signal()
H A Dsession.c4437 display_clear_display (the_display);