~ubuntu-branches/ubuntu/karmic/fweb/karmic

« back to all changes in this revision

Viewing changes to Web/w_type.h

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2002-01-04 23:20:22 UTC
  • Revision ID: james.westby@ubuntu.com-20020104232022-330ad4iyzpvb5bm4
Tags: upstream-1.62
ImportĀ upstreamĀ versionĀ 1.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#if(0)
 
2
  FTANGLE v1.60,
 
3
 created with UNIX on "Thursday, September 24, 1998 at 16:12." 
 
4
  COMMAND LINE: "Web/ftangle Web/w_type -A -# --F -= 1.62/Web/w_type.h"
 
5
  RUN TIME:     "Friday, September 25, 1998 at 8:02."
 
6
  WEB FILE:     "Web/w_type.web"
 
7
  CHANGE FILE:  (none)
 
8
#endif
 
9
 
 
10
 
 
11
#include "s_type.h" 
 
12
#include "c_type.h" 
 
13
#include "p_type.h" 
 
14
#include "d_type.h" 
 
15
 
 
16
SRTN app_hdr PROTO((CONST char*section_part));
 
17
SRTN app_overload PROTO((VOID));
 
18
SRTN app_lang PROTO((CONST outer_char*suffix));
 
19
SRTN app_misc PROTO((outer_char*s));
 
20
SRTN app_proc PROTO((eight_bits next_control));
 
21
SRTN app_temp PROTO((CONST outer_char letter[],CONST outer_char arg[]));
 
22
SRTN break_out PROTO((VOID));
 
23
void cant_do PROTO((outer_char*the_part));
 
24
eight_bits copy_TeX PROTO((VOID));
 
25
SRTN C_parse PROTO((PARSING_MODE mode0));
 
26
text_pointer C_translate PROTO((VOID));
 
27
SRTN C_xref PROTO((PART part0,PARSING_MODE mode0));
 
28
int cmpr_rcs PROTO((RCS HUGE**pp0,RCS HUGE**pp1));
 
29
int copy_comment PROTO((int bal));
 
30
SRTN copy_limbo PROTO((VOID));
 
31
outer_char*dbl_bslash PROTO((outer_char*m_temp,outer_char*s));
 
32
outer_char*dbl_cslash PROTO((outer_char*m_temp,outer_char c));
 
33
ASCII HUGE*esc_buf PROTO((ASCII HUGE*temp,CONST ASCII HUGE
 
34
*temp_end,CONST ASCII HUGE*buf,boolean all_cases));
 
35
SRTN fin_C PROTO((VOID));
 
36
SRTN fin_line PROTO((VOID));
 
37
SRTN flush_buffer PROTO((ASCII HUGE*b,boolean per_cent));
 
38
SRTN footnote PROTO((sixteen_bits flag));
 
39
GOTO_CODE get_control_code PROTO((VOID));
 
40
SRTN get_iformats PROTO((VOID));
 
41
eight_bits get_next PROTO((VOID));
 
42
eight_bits get_output PROTO((VOID));
 
43
eight_bits get_string PROTO((ASCII c,ASCII boz));
 
44
eight_bits get_TeX PROTO((VOID));
 
45
SRTN improper PROTO((outer_char*m_type,outer_char*msg));
 
46
SRTN init_op PROTO((eight_bits op_code,CONST outer_char op_name[],
 
47
int lang,CONST outer_char op_macro[],boolean overload,
 
48
eight_bits cat,CONST outer_char defn[]));
 
49
int main PROTO((int ac,outer_char**av));
 
50
SRTN make_output PROTO((VOID));
 
51
outer_char*mktmp PROTO((outer_char*file_name,outer_char*ext));
 
52
int mod_check PROTO((name_pointer p));
 
53
SRTN mod_print PROTO((name_pointer p));
 
54
int mod_warn PROTO((name_pointer p,outer_char*msg));
 
55
SRTN mx_open PROTO((outer_char*ext));
 
56
outer_char*mx_quote PROTO((outer_char*m_out,outer_char*s));
 
57
SRTN new_mod_xref PROTO((name_pointer p));
 
58
SRTN new_xref PROTO((PART part0,name_pointer p));
 
59
SRTN out_atext PROTO((CONST ASCII HUGE*s));
 
60
SRTN out_fname PROTO((CONST outer_char HUGE*s));
 
61
SRTN out_md_name PROTO((VOID));
 
62
SRTN out_mod PROTO((sixteen_bits n,boolean encap));
 
63
SRTN out_name PROTO((outer_char*m_temp,boolean surround,
 
64
boolean is_id,name_pointer p));
 
65
SRTN out_prm PROTO((CONST outer_char*fmt,int n,
 
66
CONST outer_char*cmt ELLIPSIS));
 
67
SRTN out_skip PROTO((VOID));
 
68
SRTN out_str PROTO((CONST outer_char HUGE*s));
 
69
SRTN out_del_str PROTO((ASCII HUGE*s,ASCII HUGE*t));
 
70
SRTN out_del_tokens PROTO((token_pointer s,token_pointer t));
 
71
SRTN outr_parse PROTO((VOID));
 
72
SRTN outr_xref PROTO((PART part0));
 
73
SRTN output_C PROTO((VOID));
 
74
SRTN phase1 PROTO((VOID));
 
75
SRTN phase2 PROTO((VOID));
 
76
SRTN phase3 PROTO((VOID));
 
77
SRTN pop_level PROTO((VOID));
 
78
SRTN pr_format PROTO((boolean xref_lhs,boolean xref_rhs));
 
79
SRTN pre_scrap PROTO((eight_bits last_control));
 
80
GOTO_CODE prs_TeX_code PROTO((VOID));
 
81
GOTO_CODE prs_regular_code PROTO((GOTO_CODE iswitch));
 
82
SRTN push_level PROTO((text_pointer p));
 
83
SRTN room_for PROTO((int ntokens,int ntexts,int nscraps));
 
84
SRTN set_language PROTO((LANGUAGE language0));
 
85
eight_bits skip_TeX PROTO((VOID));
 
86
SRTN skip_file PROTO((VOID));
 
87
SRTN skip_limbo PROTO((VOID));
 
88
int TeX_char PROTO((VOID));
 
89
SRTN trns_code PROTO((VOID));
 
90
SRTN trns_defn PROTO((VOID));
 
91
SRTN trns_TeX PROTO((VOID));
 
92
SRTN unbucket PROTO((eight_bits d));
 
93
OPERATOR HUGE*valid_op PROTO((eight_bits op_code));
 
94
 
 
95