1PXREF(1) General Commands Manual PXREF(1)
2
3
4
6 pxref - Pascal cross-reference program
7
9 pxref [ - ] name
10
12 Pxref makes a line numbered listing and a cross-reference of identifier
13 usage for the program in name. The optional `-' argument suppresses
14 the listing. The keywords goto and label are treated as identifiers
15 for the purpose of the cross-reference. Include directives are not
16 processed, but cause the placement of an entry indexed by `#include' in
17 the cross-reference.
18
20 Berkeley Pascal User's Manual
21
23 Niklaus Wirth
24
26 Identifiers are trimmed to 10 characters.
27
28
29
303rd Berkeley Distribution PXREF(1)