Home
last modified time | relevance | path

Searched refs:comobj (Results 1 – 25 of 83) sorted by relevance

1234

/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/
H A DMakefile.fpc.fpcmake10 units_wince=comobj buildwinceunits
39 comobj$(PPUEXT) : $(WINDIR)/comobj.pp $(WINDIR)/activex.pp
40 $(COMPILER) $(WINDIR)/comobj.pp
/dports/math/gap/gap-4.11.0/lib/
H A Drecord.gd153 #F NamesOfComponents( <comobj> )
157 ## <Func Name="NamesOfComponents" Arg='comobj'/>
160 ## For a component object <A>comobj</A>,
162 ## which are the names of components currently bound in <A>comobj</A>.
164 ## For a record <A>comobj</A>,
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/lib/
H A DMakefile10 DIRS= cassi comobj mpwlib sccs
H A DREADME2 comobj common object library In former times, the only library used by SCCS
/dports/devel/smake/schily-2021-09-18/sccs/sccs/lib/
H A DMakefile10 DIRS= cassi comobj mpwlib sccs
H A DREADME2 comobj common object library In former times, the only library used by SCCS
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/lib/
H A DMakefile10 DIRS= cassi comobj mpwlib sccs
H A DREADME2 comobj common object library In former times, the only library used by SCCS
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/lib/
H A DMakefile10 DIRS= cassi comobj mpwlib sccs
H A DREADME2 comobj common object library In former times, the only library used by SCCS
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/lib/
H A DMakefile10 DIRS= cassi comobj mpwlib sccs
/dports/archivers/star/schily-2021-09-18/sccs/sccs/lib/
H A DMakefile10 DIRS= cassi comobj mpwlib sccs
/dports/sysutils/cdrtools/schily-2021-09-18/sccs/sccs/lib/
H A DMakefile10 DIRS= cassi comobj mpwlib sccs
/dports/editors/ved/schily-2021-09-18/sccs/sccs/lib/
H A DMakefile10 DIRS= cassi comobj mpwlib sccs
/dports/sysutils/schilyutils/schily-2021-09-18/sccs/sccs/lib/
H A DMakefile10 DIRS= cassi comobj mpwlib sccs
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A DMakefile14 TARGETLIB= comobj
/dports/devel/smake/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A DMakefile14 TARGETLIB= comobj
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A DMakefile14 TARGETLIB= comobj
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A DMakefile14 TARGETLIB= comobj
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A DMakefile14 TARGETLIB= comobj
/dports/archivers/star/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A DMakefile14 TARGETLIB= comobj
/dports/sysutils/cdrtools/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A DMakefile14 TARGETLIB= comobj
/dports/editors/ved/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A DMakefile14 TARGETLIB= comobj
/dports/sysutils/schilyutils/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A DMakefile14 TARGETLIB= comobj
/dports/math/gap/gap-4.11.0/src/
H A Dobjects.c1653 static void SaveComObj(Obj comobj) in SaveComObj() argument
1656 SaveSubObj(TYPE_COMOBJ( comobj )); in SaveComObj()
1657 len = LEN_PREC(comobj); in SaveComObj()
1661 SaveUInt(GET_RNAM_PREC(comobj, i)); in SaveComObj()
1662 SaveSubObj(GET_ELM_PREC(comobj, i)); in SaveComObj()
1710 static void LoadComObj(Obj comobj) in LoadComObj() argument
1713 SET_TYPE_COMOBJ(comobj, LoadSubObj()); in LoadComObj()
1715 SET_LEN_PREC(comobj,len); in LoadComObj()
1718 SET_RNAM_PREC(comobj, i, LoadUInt()); in LoadComObj()
1719 SET_ELM_PREC(comobj, i, LoadSubObj()); in LoadComObj()

1234