⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cxref.1

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 1
字号:
.\" SCCSID: @(#)cxref.1	3.3	9/16/88.TH cxref 1.SH Namecxref \- generate C program cross reference.SH Syntax.B cxref[\|\fIoptions\fR\|] \fIfiles\fR.SH Description.NXR "cxref command".NXR "file" "xcpp file".NXA "cc compiler" "cxref command".NXR "C program" "building cross-reference table"The.PN cxrefcommand analyzes a collection of C filesand attempts to build a cross reference table.The.PN cxrefcommandutilizes a special version of.PN cppto include.BR #define 'dinformation 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.B \-coption, in combination.Each symbol contains an asterisk (\(**) before the declaring reference..SH Options.IP \-c 10Prints a combined cross-reference of all input files..IP "\-D\fIname\fR"Defines .I name to processor, as if by .I #define.Default value is 1..IP "\-I\fIdir\fR"Searches named directory for .PN #includefiles whose names do not begin with a backslash (/)..IP "\-o \fIfile\fR"Directs output to named \fIfile\fP..IP \-sOperates silently; does not print input file names..IP \-tFormats listing for 80-column width..IP "\-U\fIname\fR"Removes any initial definition of .I name..IP \-w<\fInum\fR>Width option which formats output no wider than <\fInum\fR> (decimal) columns.  This option will default to 80 if <\fInum\fR> is not specified or is less than 51..SH DiagnosticsError messages usually indicate a problem that will prevent the filefrom compiling..SH Files.TP \w'/usr/lib/xcpp\ \ \ \ 'u/usr/lib/xcppspecial version of C-preprocessor..SH See Alsocc(1).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -