BSD 4_2 development
[unix-history] / usr / man / man1 / pxref.1
CommitLineData
d8649de5
C
1.TH PXREF 1 "8 April 1979"
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\-\fP' argument suppresses the listing. The 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.