Searched refs:print_page (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/gnu/lib/libodialog/
H A Dtextbox.c29 static void print_page(WINDOW *win, int height, int width);
147 print_page(text, height-4, width-2);
185 print_page(text, height-4, width-2);
217 print_page(text, height-4, width-2);
229 /* We don't call print_page() here but use scrolling to ensure
252 print_page(text, height-4, width-2);
264 print_page(text, height-4, width-2);
297 print_page(text, height-4, width-2);
314 print_page(text, height-4, width-2);
326 print_page(tex
543 static void print_page(WINDOW *win, int height, int width) function
[all...]
H A Dmsgbox.c30 static void print_page(WINDOW *win, int height, int width, unsigned char *buf, int startline, int hscroll);
183 print_page(dialog, theight, width, prompt, startline, hscroll);
233 print_page(dialog, theight, width, prompt, startline, hscroll);
307 print_page(WINDOW *win, int height, int width, unsigned char *buf, int startline, int hscroll) function
342 } /* print_page() */
/freebsd-9.3-release/contrib/dialog/
H A Dtailbox.c170 print_page(MY_OBJ * obj, int height, int width) function
187 print_page(obj, high, wide);
H A Dtextbox.c307 * bytes to avoid re-reading again in print_page() later
404 print_page(MY_OBJ * obj, int height, int width) function
753 * We don't call print_page() here but use scrolling to ensure
776 print_page(&obj, PAGE_LENGTH, PAGE_WIDTH);

Completed in 73 milliseconds