Lines Matching defs:page
318 * If no scroll bar is visible then do not page, as the entire window is shown,
328 /* move one page forward */
333 /* move one page backward */
415 sblw->scroll.line_pointer = new_line; /* Set current top of page. */
783 char *page;
821 page = XtMalloc(fileinfo.st_size + 1); /* leave space for the NULL */
829 if (fread(page, sizeof(char), fileinfo.st_size, file) == 0)
835 *(page + fileinfo.st_size) = '\0';
843 *line_pointer++ = page; /* first line points to first char in buffer. */
844 while (*page != '\0') {
846 if (*page == '\n') {
847 *line_pointer++ = page + 1;
857 page++;
879 me to bold the first line of each page. */
913 Boolean first = TRUE; /* First line of a manual page??? */
948 * Ok, here's the more than mildly heuristic man page formatter.
960 * first line of a page, and then prove it if we aren't.