AT&T UNIX™PC Unix System V Users Manual - tenox

AT&T UNIX™PC Unix System V Users Manual - tenox AT&T UNIX™PC Unix System V Users Manual - tenox

01.01.2013 Views

CW (l) CW (l) Documents that contain CW text may also contain tables and/or equations. If this is the case, the order of preprocessing should be: cw, tbl, and eqn . Usually, the tables contained in such documents will not contain any CW text, although it is entirely possible to have elements of the table set in the CW font; of course, care must be taken that tbl(l) format information not be modified by cw. Attempts to set equations in the CW font are not likely to be either pleasing or successful. In the CW font, overstriking is most easily accomplished with backspaces: letting +- represent a backspace, d+-+-t yields q. (Because backspaces are half as wide between delimiters as inside .CW j.CN pairs-see above-two backspaces are required for each overstrike between delimiters.) FILES /usr/lib/font/ftcW CW font-width table SEE ALSO eqn(l), mmt( l), tbl(l), mm(5). WARNINGS If text preprocessed by cw is to make any sense, it must be set on a typesetter equipped with the CW font or on a STARE facility; on the latter, the CW font appears as bold, but with the proper CW spacing. BUGS Only a masochist would use periods (.), backslashes (\), or double � quotes (") as delimiters, or as arguments to .CP and .PC. 1 Certain CW characters don't concatenate gracefully with certain Times Roman characters, e.g., a CW ampersand (&) followed by a Times Roman comma (,); in such cases, judicious use of troff halfand quarter-spaces (\1 and \A) is most salutary, e.g., one should use _&_\ A , (rather than just plain _&_ ,) to obtain & , (assuming that _ is used for both delimiters). Using cw with nroff is silly. The output of cw is hard to read. - 4- ·� '

CXREF ( l ) CXREF ( l ) NAME cxref - generate C program cross reference SYNOPSIS cxref [ options ] files DESCRIPTION Cxref analyzes a collection of C files and attempts to build a cross reference table. Cxref utilizes a special version of cpp to include #define'd information in its symbol table. It produces a listing on standard output of all symbols (auto, static, and global) in each file separately, or with the -c option, in combination. Each symbol contains an asterisk ( *) before the declaring reference. In addition to the -D , -1 and -U options (which are identical to their interpretation by cc(l)), the following options are interpreted by cxref: -c Print a combined cross-reference of all input files. -w Width option which formats output no wider than (decimal) columns. This option will default to 80 if is not specified or is less than 51 . -o file Direct output to named file. -s Operate silently; does not print input file names. -t Format listing for 80-column width. FILES jusr/lib/xcpp special version of C-preprocessor. SEE ALSO cc(l). DIAGNOSTICS Error messages are unusually cryptic, but usually mean that you can't compile these files, anyway. - 1 -

CXREF ( l ) CXREF ( l )<br />

NAME<br />

cxref - generate C program cross reference<br />

SYNOPSIS<br />

cxref [ options ] files<br />

DESCRIPTION<br />

Cxref analyzes a collection of C files and attempts to build a cross<br />

reference table. Cxref utilizes a special version of cpp to include<br />

#define'd information in its symbol table. It produces a listing<br />

on standard output of all symbols (auto, static, and global) in<br />

each file separately, or with the -c option, in combination. Each<br />

symbol contains an asterisk ( *) before the declaring reference.<br />

In addition to the -D , -1 and -U options (which are identical to<br />

their interpretation by cc(l)), the following options are interpreted<br />

by cxref:<br />

-c Print a combined cross-reference of all input files.<br />

-w<br />

Width option which formats output no wider than<br />

(decimal) columns. This option will default to<br />

80 if is not specified or is less than 51 .<br />

-o file Direct output to named file.<br />

-s Operate silently; does not print input file names.<br />

-t Format listing for 80-column width.<br />

FILES<br />

jusr/lib/xcpp special version of C-preprocessor.<br />

SEE ALSO<br />

cc(l).<br />

DIAGNOSTICS<br />

Error messages are unusually cryptic, but usually mean that you<br />

can't compile these files, anyway.<br />

- 1 -

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!