File: spage.h

package info (click to toggle)
trn4 4.0-test77-13
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye
  • size: 3,656 kB
  • sloc: ansic: 48,331; sh: 6,817; tcl: 1,696; yacc: 660; perl: 108; makefile: 24
file content (19 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* This file Copyright 1992, 1993 by Clifford A. Adams */
/* spage.h
 *
 * functions to manage a page of entries.
 */

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

bool s_fillpage_backward _((long));
bool s_fillpage_forward _((long));
bool s_refillpage _((void));
int s_fillpage _((void));
void s_cleanpage _((void));
void s_go_top_page _((void));
void s_go_bot_page _((void));
bool s_go_top_ents _((void));
bool s_go_bot_ents _((void));
void s_go_next_page _((void));
void s_go_prev_page _((void));