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

📄 cfunmacs.gml

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 GML
字号:
.* MACROS USED WITH LIBRARY DESCRIPTIONS (C AND GRAPHICS LIBRARIES)
.*
.* fd... macros are used for function definitions
.* df... macros are used for header file definitions
.* sf... macros are used for structure/union definitions
.*
.dm fdbeg begin
The following functions are defined:
.if &e'&dohelp eq 0 .do begin
:DL compact termhi=1 tsize=14.
.do end
.el .do begin
:ZDL compact termhi=1 tsize=14.
.do end
.dm fdbeg end
.*
:CMT. .   .if &unifnc. eq 1 .do begin
:CMT. .   .   .se *fnd=&'vecpos(_u&*fun.,fnclst)
:CMT. .   .   .if &*fnd. ne 0 .do begin
:CMT. .   .   .   .sr *ent=&*ent., _u&*fun
:CMT. .   .   .do end
:CMT. .   .do end
.*
.*  The hotlink depends on the fact that the first name in the list
.*  of functions described by a single file is also the first name
.*  listed in the .func line of that single file.  If this is not the
.*  case then the hotlink will not work.
.*
.dm fd begin
.se *fnd=&'vecpos(&*fun.,fnclst)
.if &*fnd. ne 0 .do begin
.   .se *lib=&'vecpos(&imblst(&*fnd.).,imblst)
.   .se *ent=&fnclst(&*lib.)
.*  there are 8 characters in <*fun="" >
.   .se *dsc=&'substr(&*,9+&'length(&*fun.))
.   .if &e'&dohelp eq 0 .do begin
:DT.&*fun.
:DD.&*dsc.
.   .do end
.   .el .do begin
.   .   .if '&*fun.' ne '&*ent.' .do begin
.   .   .   .sr *text1='&*fun. (see '
.   .   .   .sr *text2=&*ent.
.   .   .   .sr *text3=')'
.   .   .do end
.   .   .el .do begin
.   .   .   .sr *text1=''
.   .   .   .sr *text2=&*fun.
.   .   .   .sr *text3=''
.   .   .do end
.   .   .if '_&*fun.' eq '&*ent.' .do begin
.   .   .   .ty ***WARNING*** check order of &*fun., &*ent.
.   .   .do end
:ZDT.&*text1.:QREF str='&*text2.'.&*text3.
:ZDD.&*dsc.
.   .do end
.do end
.dm fd end
.*
.dm fdend begin
.if &e'&dohelp eq 0 .do begin
:eDL.
.do end
.el .do begin
:ZeDL.
.do end
.dm fdend end
.*
.dm dfbeg begin
.if &e'&dohelp eq 0 .do begin
:DL break termhi=3.
.do end
.el .do begin
:ZDL break termhi=3.
.do end
.dm dfbeg end
.*
.dm df begin
.ix '&*'
.ix 'data' '&*'
.if &e'&dohelp eq 0 .do begin
:DT.&*
:DD.
.do end
.el .do begin
:ZDT.&*
:ZDD.
.do end
.dm df end
.*
.dm dfend begin
.if &e'&dohelp eq 0 .do begin
:eDL.
.do end
.el .do begin
:ZeDL.
.do end
.dm dfend end
.*
.dm sfbeg begin
.if &e'&dohelp eq 0 .do begin
:DL termhi=3.
.do end
.el .do begin
:ZDL termhi=3.
.do end
.dm sfbeg end
.*
.dm sf begin
.ix '&*'
.ix 'structure' '&*'
.if &e'&dohelp eq 0 .do begin
:DT.&*
:DD.
.do end
.el .do begin
:ZDT.&*
:ZDD.
.do end
.dm sf end
.*
.dm sfend begin
.if &e'&dohelp eq 0 .do begin
:eDL.
.do end
.el .do begin
:ZeDL.
.do end
.dm sfend end
.*

⌨️ 快捷键说明

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