summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/hitexdir/hintview/src/hint.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/hitexdir/hintview/src/hint.h')
-rw-r--r--Build/source/texk/web2c/hitexdir/hintview/src/hint.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/Build/source/texk/web2c/hitexdir/hintview/src/hint.h b/Build/source/texk/web2c/hitexdir/hintview/src/hint.h
index c0d0a62f263..87cb3e016a1 100644
--- a/Build/source/texk/web2c/hitexdir/hintview/src/hint.h
+++ b/Build/source/texk/web2c/hitexdir/hintview/src/hint.h
@@ -1,5 +1,5 @@
/*371:*/
-#line 7509 "hint.w"
+#line 7511 "hint.w"
#ifndef _HINT_H_
#define _HINT_H_
@@ -8,48 +8,48 @@ typedef uint16_t pointer;
typedef int scaled;
/*44:*/
-#line 728 "hint.w"
+#line 741 "hint.w"
extern void hrestore_param_list(void);
/*:44*//*49:*/
-#line 783 "hint.w"
+#line 796 "hint.w"
typedef struct{
pointer p,t;
}Stream;
extern Stream*streams;
/*:49*//*64:*/
-#line 1009 "hint.w"
+#line 1013 "hint.w"
extern void hfill_page_template(void);
/*:64*//*77:*/
-#line 1213 "hint.w"
+#line 1217 "hint.w"
void hget_content(void);
/*:77*//*81:*/
-#line 1268 "hint.w"
+#line 1272 "hint.w"
extern void hteg_content(void);
/*:81*//*164:*/
-#line 2774 "hint.w"
+#line 2778 "hint.w"
extern void set_line_break_params(void);
/*:164*//*166:*/
-#line 2814 "hint.w"
+#line 2818 "hint.w"
extern void hget_par_node(uint32_t offset);
/*:166*//*171:*/
-#line 2914 "hint.w"
+#line 2918 "hint.w"
extern void hteg_par_node(uint32_t offset);
/*:171*//*197:*/
-#line 3267 "hint.w"
+#line 3262 "hint.w"
extern pointer*pointer_def[32];
extern scaled*dimen_def;
extern int32_t*integer_def;
/*:197*//*198:*/
-#line 3322 "hint.w"
+#line 3317 "hint.w"
extern Stream*streams;
extern bool flush_pages(uint32_t pos);
@@ -58,15 +58,15 @@ extern pointer*box_ptr(uint8_t n);
extern int count(uint8_t n);
extern scaled dimen(uint8_t n);
/*:198*//*201:*/
-#line 3379 "hint.w"
+#line 3374 "hint.w"
extern void hpage_init(void);
/*:201*//*203:*/
-#line 3396 "hint.w"
+#line 3391 "hint.w"
extern void hflush_contribution_list(void);
/*:203*//*223:*/
-#line 3799 "hint.w"
+#line 3794 "hint.w"
#define HINT_NO_LOC 0xFFFFFFFFFFFFFFFF
#define PAGE_LOC(POS0,OFF) (((uint64_t)((POS0)+(OFF))<<32) + (uint64_t)(OFF))
@@ -74,19 +74,19 @@ extern void hflush_contribution_list(void);
#define LOC_OFF(P) ((P)&0xFFFFFFFF)
#define LOC_POS0(P) (LOC_POS(P)-LOC_OFF(P))
/*:223*//*226:*/
-#line 3836 "hint.w"
+#line 3831 "hint.w"
extern uint64_t page_loc[];
extern int cur_loc;
/*:226*//*228:*/
-#line 3885 "hint.w"
+#line 3880 "hint.w"
extern void hloc_clear(void);
extern bool hloc_next(void);
extern bool hloc_prev(void);
extern uint64_t hlocation(pointer p);
/*:228*//*233:*/
-#line 4000 "hint.w"
+#line 3995 "hint.w"
extern void hloc_init(void);
extern void store_map(pointer p,uint32_t pos,uint32_t offset);
@@ -94,23 +94,23 @@ extern uint32_t hposition(pointer p);
extern void hloc_set(uint64_t h);
extern void hloc_set_next(pointer p);
/*:233*//*235:*/
-#line 4069 "hint.w"
+#line 4064 "hint.w"
extern int hint_begin(void);
extern void hint_end(void);
extern bool hint_map(void);
extern void hint_unmap(void);
/*:235*//*240:*/
-#line 4193 "hint.w"
+#line 4188 "hint.w"
extern bool hint_forward(void);
extern bool hint_backward(void);
/*:240*//*243:*/
-#line 4224 "hint.w"
+#line 4219 "hint.w"
extern scaled hvsize,hhsize;
/*:243*//*264:*/
-#line 4729 "hint.w"
+#line 4725 "hint.w"
typedef struct{
uint64_t pos;
@@ -121,26 +121,26 @@ char*title;
}hint_Outline;
extern hint_Outline*hint_outlines;
/*:264*//*265:*/
-#line 4747 "hint.w"
+#line 4743 "hint.w"
#define LABEL_UNDEF 0
#define LABEL_TOP 1
#define LABEL_BOT 2
#define LABEL_MID 3
/*:265*//*269:*/
-#line 4806 "hint.w"
+#line 4802 "hint.w"
extern int hint_get_outline_max(void);
extern hint_Outline*hint_get_outlines(void);
extern uint64_t hint_outline_page(int i);
/*:269*//*271:*/
-#line 4921 "hint.w"
+#line 4917 "hint.w"
extern void trv_init(void(*f)(uint32_t c));
extern void trv_vlist(pointer p);
extern void trv_hlist(pointer p);
/*:271*//*300:*/
-#line 5513 "hint.w"
+#line 5509 "hint.w"
typedef struct{
uint64_t pos;
@@ -150,17 +150,17 @@ int top,bottom,left,right;
extern hint_Link*hint_links;
extern int max_link;
/*:300*//*305:*/
-#line 5675 "hint.w"
+#line 5671 "hint.w"
extern int hint_find_link(scaled x,scaled y,scaled precission);
extern uint64_t hint_link_page(int i);
/*:305*//*370:*/
-#line 7492 "hint.w"
+#line 7494 "hint.w"
extern void leak_in(pointer p,int s);
extern void leak_out(pointer p,int s);
/*:370*/
-#line 7516 "hint.w"
+#line 7518 "hint.w"
#endif