HomeSort by: relevance | last modified time | path
    Searched refs:the_display (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
display.h 41 extern DISPLAY_LINE **the_display;
49 /* Initialize THE_DISPLAY to WIDTH and HEIGHT, with nothing in it. */
55 /* Update the windows pointed to by WINDOWS in THE_DISPLAY. This actually
59 /* Display WIN on THE_DISPLAY. Unlike display_update_display (), this
66 /* Scroll the region of the_display starting at START, ending at END, and
display.c 38 DISPLAY_LINE **the_display = (DISPLAY_LINE **)NULL; variable
43 /* Initialize THE_DISPLAY to WIDTH and HEIGHT, with nothing in it. */
47 free_display (the_display);
48 the_display = make_display (width, height);
49 display_clear_display (the_display);
69 /* Update the windows pointed to by WINDOW in the_display. This actually
122 /* Display WIN on the_display. Unlike display_update_display (), this
135 DISPLAY_LINE **display = the_display;
447 /* Scroll the region of the_display starting at START, ending at END, and
464 if (!the_display[0]
    [all...]
m-x.c 198 display_clear_display (the_display);
signals.c 161 display_clear_display (the_display);
session.c 4449 display_clear_display (the_display);

Completed in 28 milliseconds