OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [doc/] [doc.str] - Blame information for rev 859

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
: nokill_bogus_lines ;
2
 
3
: ENDDD
4
        skip_past_newline
5
        ;
6
 
7
: TABLE
8
        skip_past_newline
9
        "@table @code\n" catstr
10
        ;
11
 
12
: ENDTABLE
13
        skip_past_newline
14
        "@end table\n"
15
        catstr
16
        ;
17
 
18
: QUICKREF
19
        skip_past_newline
20
        get_stuff_in_command
21
        "&&~&&~&&\cr\tablerule\n"
22
        quickref
23
        ;
24
 
25
: EXAMPLE
26
        skip_past_newline
27
 
28
        get_stuff_in_command nokill_bogus_lines translatecomments
29
        courierize catstr
30
 
31
        ;
32
 
33
: INODE
34
        "@node " catstr skip_past_newline copy_past_newline catstr
35
        ;
36
 
37
: CODE_FRAGMENT
38
        EXAMPLE
39
        ;
40
 
41
: SYNOPSIS
42
        skip_past_newline
43
        "@strong{Synopsis}\n" catstr
44
        "@example\n" catstr
45
        get_stuff_in_command
46
        do_fancy_stuff
47
        nokill_bogus_lines
48
        indent
49
        catstr
50
        "@end example\n" catstr
51
 
52
        ;
53
 
54
: ANSI_SYNOPSIS
55
        skip_past_newline
56
        "@strong{Synopsis}\n" catstr
57
        "@example\n" catstr
58
        get_stuff_in_command
59
        do_fancy_stuff
60
        nokill_bogus_lines
61
        indent
62
        catstr
63
        "@end example\n" catstr
64
 
65
        ;
66
 
67
: OLDTRAD_SYNOPSIS
68
        skip_past_newline
69
        "@strong{Traditional Synopsis}\n" catstr
70
        "@example\n" catstr
71
        get_stuff_in_command
72
        do_fancy_stuff
73
        nokill_bogus_lines
74
        indent
75
        catstr
76
        "@end example\n" catstr
77
 
78
        ;
79
 
80
: TRAD_SYNOPSIS
81
        skip_past_newline
82
 
83
        ;
84
 
85
: INDEX
86
        "@findex " skip_past_newline copy_past_newline catstr catstr
87
        ;
88
 
89
: FUNCTION
90
        "@node "        - a
91
        skip_past_newline
92
        copy_past_newline
93
        dup             - a x x
94
        get_stuff_in_angle -a x y
95
        swap
96
        do_fancy_stuff
97
        "@section " - a x x b
98
        swap
99
        remchar
100
        "\n" - a x b x c
101
        catstr  catstr  catstr  catstr  catstr
102
        ;
103
 
104
: bodytext
105
        get_stuff_in_command
106
        bulletize
107
        courierize
108
        do_fancy_stuff
109
        catstr
110
        "@*\n" catstr
111
        ;
112
 
113
: asection
114
        skip_past_newline
115
        catstr
116
        copy_past_newline
117
        do_fancy_stuff catstr
118
        bodytext
119
        ;
120
 
121
: SECTION
122
        "@section " asection  ;
123
 
124
: SUBSECTION
125
        "@section " asection  ;
126
 
127
: SUBSUBSECTION
128
        "@subsection " asection  ;
129
 
130
: subhead
131
        skip_past_newline
132
        bodytext
133
        ;
134
 
135
: DESCRIPTION
136
        "@strong{Description}@*\n" catstr subhead ;
137
 
138
: RETURNS
139
        "@strong{Returns}@*\n" catstr subhead ;
140
 
141
: ERRORS
142
        "@strong{Errors}@*\n" catstr subhead ;
143
 
144
: PORTABILITY
145
        "@strong{Portability}@*\n" catstr subhead ;
146
 
147
: BUGS
148
        "@strong{Bugs}@*\n" catstr subhead ;
149
 
150
: WARNINGS
151
        "@strong{Warnings}@*\n" catstr subhead ;
152
 
153
: SEEALSO
154
        "@strong{See Also}@*\n" catstr subhead ;
155
 
156
: INTERNAL_FUNCTION
157
        func ;
158
 
159
: INTERNAL_DEFINITION
160
        func ;
161
 
162
: INTERNAL
163
        func ;
164
 
165
: TYPEDEF
166
        FUNCTION ;
167
 
168
: NEWPAGE
169
        "@page\n" catstr subhead ;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.