GPXRF

Section: HP-UX (1)
Updated:
Index Return to Main Contents
 

NAME

gpxrf - cross reference gererator for gardens point modula compiler  

SYNOPSIS


gpxrf [ -fp ] file  

DESCRIPTION

gpxrf is a crossreference generator for Modula-2 programs. It uses the scanner from gpm(1) and obeys the same lexical conventions. It lists the program identifiers which were found, one per line, followed by a formatted list of the line numbers on which the identifier was found. If an identifier appears more than once on a single line, the line number is only listed once.

Identifiers are listed in alphabetical order by default, and output is to the stdout stream.

 

GPXRF-line Options

gpxrf provides two options

-p pervasive identifiers such as INC and CARDINAL, which are normally suppressed, are included in the listing.

-f identifiers are listed in frequency of occurrence, rather than in alphabetical order.


 

Index

NAME
SYNOPSIS
DESCRIPTION
GPXRF-line Options

This document was created by man2html, using the manual pages.
Time: 23:56:45 GMT, February 15, 2023