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