File: d_type.web

package info (click to toggle)
fweb 1.62-14.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 7,400 kB
  • sloc: ansic: 41,945; makefile: 411; sh: 152
file content (33 lines) | stat: -rw-r--r-- 1,003 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@z --- d_type.web ---

FWEB version 1.62 (September 25, 1998)

Based on version 0.5 of S. Levy's CWEB [copyright (C) 1987 Princeton University]

@x-----------------------------------------------------------------------------


\Title{D\_TYPE.WEB} % Prototypes for \.{reserved}.

@c 
@* PROTOTYPES for {\tt RESERVED.WEB}.  The function prototypes are macroed
up so that if |PROTOTYPES==1| (see \.{proto.hweb}) one gets full function
prototyping; otherwise just old-style declarations.

@I formats.hweb

@I os.hweb

@ The make file produces \.{d\_type.h} from these prototypes.

@a

int cmpr_nd PROTO((NAME_INFO HUGE **p0,NAME_INFO HUGE **p1));
SRTN ini_tokens PROTO((LANGUAGE language0));
SRTN ini_RAT_tokens PROTO((LANGUAGE language0));
SRTN ini_reserved PROTO((LANGUAGE l));
SRTN save_id PROTO((WORD_TYPE word_type,LANGUAGE language0,
			CONST outer_char HUGE **words));
SRTN save_words PROTO((LANGUAGE language0,CONST RESERVED_WORD HUGE *words));
SRTN see_reserved PROTO((CONST RSRVD HUGE *prsrvd));