BSD 4_1_snap development
[unix-history] / usr / man / man1 / pxref.1
CommitLineData
e3758c96
C
1.TH PXREF 1 4/8/79
2.UC
3.SH NAME
4pxref \- Pascal cross-reference program
5.SH SYNOPSIS
6.B pxref
7[
8.BR \- ""
9]
10name
11.SH DESCRIPTION
12.I Pxref
13makes a line numbered listing and a cross-reference of identifier usage
14for the program in
15.I name.
16The optional `\fB\-\fR' argument suppresses the listing.
17The keywords
18.B goto
19and
20.B label
21are treated as identifiers for the purpose of the cross-reference.
22.B Include
23directives are not processed, but cause the placement of an entry
24indexed by `#include' in the cross-reference.
25.SH "SEE ALSO"
26Berkeley Pascal User's Manual
27.SH AUTHOR
28Niklaus Wirth
29.SH BUGS
30Identifiers are trimmed to 10 characters.