MREF.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH MREF 1
- .SH NAME
- mref - make listing and cross reference map of MINIX
- .SH SYNOPSIS
- fBmreffR [fB-dlmstxfR] [fB-p fInfR] [fB-fInfR] fIfile ...fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-d" "Do not produce definition file (global symbol table)"
- .FL "-l" "Do not produce listing"
- .FL "-m" "Multiple references on one line are cited only once"
- .FL "-p" "Set initial page number to fInfR"
- .FL "-s" "Suppress line numbering between procedures"
- .FL "-t" "Generate output for fItrofffR"
- .FL "-x" "Do not produce the cross reference map"
- .FL "-fIn" "Number of lines to print per page, default = 50"
- .SH EXAMPLES
- .EX "mref *.[fIhcfR]" "List and cross reference files fI.hfR and fI.cfR"
- .EX "mref -60 -t *.c" "Produce fItrofffR input at 60 lines/page"
- .EX "mref -dx -p 100 *.c" "Listing only, first page is numbered 100"
- .SH DESCRIPTION
- .PP
- In default mode,
- .I mref
- produces three output files: a numbered listing of the input files
- (on standard output), a global symbol table (on fIsymbol.outfR),
- and a cross reference map to the global symbols (on fIxref.outfR).
- A global symbol in this context is one present in a #define, PUBLIC,
- PRIVATE, or SYMBOL statement (the latter being introduced to allow users
- to explicitly declare certain symbols as global).
- Any of the three outputs can be suppressed, or alternatively, be made
- suitable for input to fItrofffR for typesetting.