Lines Matching refs:start
11 typedef struct {long start, end;} Section; member
16 if (s->end <= s->start) in copy()
18 Bseek(fin, s->start, 0); in copy()
85 prolog.start = prolog.end = 0; in ps_include()
86 page.start = page.end = 0; in ps_include()
87 trailer.start = 0; in ps_include()
96 page.start = Bseek(fin, 0L, 1); in ps_include()
100 else if (foundpage && page.end <= page.start) in ps_include()
109 page.start = Bseek(fin, 0L, 1); in ps_include()
121 prolog.end = page.start = Bseek(fin, 0L, 1); in ps_include()
123 trailer.start = Bseek(fin, 0L, 1); in ps_include()
125 if (page.end <= page.start) { in ps_include()
130 global[nglobal].start = Bseek(fin, 0L, 1); in ps_include()
133 if (page.end <= page.start) in ps_include()
137 if (trailer.start == 0) in ps_include()
138 trailer.start = Bseek(fin, 0L, 1); in ps_include()
141 if (page.end <= page.start) in ps_include()
142 page.end = trailer.start; in ps_include()