PXREF(1) UNIX Programmer's Manual PXREF(1) NAME pxref - Pascal cross-reference program SYNOPSIS pxref [ - ] name DESCRIPTION _P_x_r_e_f makes a line numbered listing and a cross-reference of identifier usage for the program in _n_a_m_e. 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. Printed 11/26/99 1