date and time created 91/04/16 14:59:00 by bostic
[unix-history] / usr / src / usr.bin / pascal / pxref / pxref.1
CommitLineData
b5dc1377
CL
1.\" Copyright (c) 1980, 1990 The Regents of the University of California.
2.\" All rights reserved.
28c06308 3.\"
b5dc1377 4.\" %sccs.include.redist.man%
28c06308 5.\"
d0719240 6.\" @(#)pxref.1 6.4 (Berkeley) %G%
b5dc1377 7.\"
ee9b0a0a
CL
8.Vx
9.Vx
b5dc1377
CL
10.Dd
11.Dt PXREF 1
b5dc1377
CL
12.Sh NAME
13.Nm pxref
14.Nd Pascal cross-reference program
15.Sh SYNOPSIS
16.Nm pxref
17.Op Fl
18.Ar name
19.Sh DESCRIPTION
20.Nm Pxref
28c06308
KM
21makes a line numbered listing and a cross-reference of identifier usage
22for the program in
b5dc1377
CL
23.Ar name .
24The optional
25.Sq Fl
26argument suppresses the listing. The keywords
27.Ic goto
28c06308 28and
b5dc1377 29.Ic label
28c06308 30are treated as identifiers for the purpose of the cross-reference.
b5dc1377 31.Ic Include
28c06308
KM
32directives are not processed, but cause the placement of an entry
33indexed by `#include' in the cross-reference.
b5dc1377
CL
34.Sh SEE ALSO
35.Em Berkeley Pascal User's Manual
36.Sh AUTHOR
28c06308 37Niklaus Wirth
b5dc1377
CL
38.Sh HISTORY
39.Nm Pxref
40appeared in 3 BSD.
41.Sh BUGS
28c06308 42Identifiers are trimmed to 10 characters.