• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Jan-2014-

Makefile.inH A D03-May-20222.1 KiB10547

READMEH A D16-Mar-20131.9 KiB4935

README.manH A D15-Mar-20131.4 KiB5646

input.cH A D27-Dec-201014.6 KiB502349

output.cH A D27-Dec-20107.7 KiB270166

query.cH A D27-Dec-20104.3 KiB153107

query.hH A D27-Dec-2010736 275

README

1      C Cross Referencing & Documenting tool. Version 1.4 - cxref-query
2      =================================================================
3
4A very simple program to query the cross-reference database that is created by
5the cxref program. This is intended to be an example of the information that is
6in the database and how to use it rather than a fully featured tool.
7
8Usage: cxref-query [name [ ... name]]
9                   [-Odirname]
10                   [-Nbasename]
11                   [-xref[-all][-file][-func][-var][-type]]
12
13name            Names of objects to query.
14                The names that it looks up are the names of:
15                        Files
16                        Variables
17                        Functions
18                        Typedefs
19
20                If there are no names on the command line then the program
21                enters interactive mode and prompts for names until an end of
22                file (^D) is seen.
23
24-Odirname       Use dirname as the input directory
25
26-Nbasename      Use basename.* as the input filenames
27
28-xref           Produce cross referencing information (see below).
29                -all    All cross references.
30                -file   Cross references for files.
31                -func   Cross references for functions.
32                -var    Cross references for variables.
33                -type   Cross references for types.
34
35The output depends on the -xref options but basically gives what is seen in the
36section of the document for the named object.
37
38Author and Copyright
39--------------------
40
41The cxref-query program was written by Andrew M. Bishop in 1995,96,97.
42
43The cxref-query program is copyright Andrew M. Bishop 1995,96,97.
44
45More information: http://www.gedanken.org.uk/software/cxref/
46
47The cxref-query program can be freely distributed according to the terms of the
48GNU General Public License (see the file `COPYING').
49

README.man

cxref-query 1 "July 5, 1997"
NAME
cxref-query - A program to query the cross reference database from cxref.
SYNOPSIS
cxref-query [name [ ... name]] [-O dirname ] [-N basename ] [-xref[-all][-file][-func][-var][-type]]
DESCRIPTION
A very simple program to query the cross-reference database that is created by the cxref program. This is intended to be an example of the information that is in the database and how to use it rather than a fully featured tool.
OPTIONS

name Names of objects to query. The names that it looks up are the names of: Files, Variables, Functions, Typedefs If there are no names on the command line then the program enters interactive mode and prompts for names until an end of file (^D) is seen.

-Odirname Use dirname as the input directory

-Nbasename Use basename.* as the input filenames

-xref Produce cross referencing information (see below). -all All cross references. -file Cross references for files. -func Cross references for functions. -var Cross references for variables. -type Cross references for types.

The output depends on the -xref options but basically gives what is seen in the section of the document for the named object.

SEE ALSO
cxref(1)
AUTHOR
The cxref-query program is copyright Andrew M. Bishop 1995,96,97.