Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 22-Jan-2014 | - | ||||
Makefile.in | H A D | 03-May-2022 | 2.1 KiB | 105 | 47 | |
README | H A D | 16-Mar-2013 | 1.9 KiB | 49 | 35 | |
README.man | H A D | 15-Mar-2013 | 1.4 KiB | 56 | 46 | |
input.c | H A D | 27-Dec-2010 | 14.6 KiB | 502 | 349 | |
output.c | H A D | 27-Dec-2010 | 7.7 KiB | 270 | 166 | |
query.c | H A D | 27-Dec-2010 | 4.3 KiB | 153 | 107 | |
query.h | H A D | 27-Dec-2010 | 736 | 27 | 5 |
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.