Searched refs:page (Results 1 – 4 of 4) sorted by relevance
34 static char *page; variable70 page = buf; /* page is pointer to start of page to be displayed */ in dialog_textbox()156 page = buf; in dialog_textbox()167 page = buf + strlen(buf); in dialog_textbox()266 while (s < page && (s = strchr(s, '\n'))) { in dialog_textbox()287 if (*page == '\0') { in back_lines()293 if (page == buf) { in back_lines()297 page--; in back_lines()299 if (page == buf) { in back_lines()303 page--; in back_lines()[all …]
329 /* The OS might guarantee only one guard page at the bottom of the stack,330 and a page size can be as small as 4096 bytes. So we cannot safely
319 /* The OS might guarantee only one guard page at the bottom of the stack,320 and a page size can be as small as 4096 bytes. So we cannot safely
331 /* The OS might guarantee only one guard page at the bottom of the stack,332 and a page size can be as small as 4096 bytes. So we cannot safely