summaryrefslogtreecommitdiff
path: root/toc.ftr
blob: 3ed85935f41db27d48eed828ec661652a50981bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
The source listing is preceded by a cross-reference that lists every defined 
constant, struct, global variable, and function in xv6.  Each entry gives,
on the same line as the name, the line number (or, in a few cases, numbers)
where the name is defined.  Successive lines in an entry list the line
numbers where the name is used.  For example, this entry:

    swtch 2308
        0317 2128 2166 2307 2308

indicates that swtch is defined on line 2308 and is mentioned on five lines
on sheets 03, 21, and 23.