xref: /original-bsd/usr.bin/pascal/pxref/pxref.1 (revision f71cd02e)
Copyright (c) 1980 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)pxref.1 6.1 (Berkeley) 04/29/85

PXREF 1 ""
C
NAME
pxref - Pascal cross-reference program
SYNOPSIS
pxref [ - "" ] name
DESCRIPTION
Pxref makes a line numbered listing and a cross-reference of identifier usage for the program in name. The optional `-' argument suppresses the listing. The keywords goto and label are treated as identifiers for the purpose of the cross-reference. Include directives are not processed, but cause the placement of an entry indexed by `#include' in the cross-reference.
"SEE ALSO"
Berkeley Pascal User's Manual
AUTHOR
Niklaus Wirth
BUGS
Identifiers are trimmed to 10 characters.