Home
last modified time | relevance | path

Searched refs:ObjTime (Results 1 – 4 of 4) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dfpcompil.pas1146 SourceTime,PPUTime,ObjTime: longint;
1170 ObjTime:=wutils.GetFileTime(SF^.GetObjFileName);
1179 ((SourceTime>ObjTime) and
1180 (ObjTime<>-1))) or
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dfpcompil.pas1146 SourceTime,PPUTime,ObjTime: longint;
1170 ObjTime:=wutils.GetFileTime(SF^.GetObjFileName);
1179 ((SourceTime>ObjTime) and
1180 (ObjTime<>-1))) or
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/
H A DMinor.cs91 ObjTime, enumerator
H A DKeysInit.cs443 new KeyStruct(Major.ObjAttr, Minor.ObjTime, "objtime"), in Init()