Searched refs:firstTime (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadDld.c49 static int firstTime = 1;
57 if (firstTime) {
65 firstTime = 0;
48 static int firstTime = 1; local
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadDld.c48 static int firstTime = 1;
56 if (firstTime) {
64 firstTime = 0;
47 static int firstTime = 1; local
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclLoadDld.c62 static int firstTime = 1;
72 if (firstTime) {
86 firstTime = 0;
61 static int firstTime = 1; local
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Duusnap.c232 get_inq_num(int num,char firstTime)
242 if ((stbuf.st_mtime > Systems[num].lastidir) || (firstTime)) {
261 get_outq_num(int sys,char firstTime)
271 if ((stbuf.st_mtime > Systems[sys].lastodir) || (firstTime)) {
231 get_inq_num(int num,char firstTime) argument
260 get_outq_num(int sys,char firstTime) argument
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDMirrorSet.h50 virtual bool initWithHeader(OSDictionary * header, bool firstTime);
H A DAppleRAIDSet.cpp125 bool AppleRAIDSet::initWithHeader(OSDictionary * header, bool firstTime) argument
138 if (firstTime) return false;
149 if (firstTime) return false;
156 if (firstTime) return false;
163 if (firstTime) return false;
171 if (firstTime) return false;
178 if (firstTime) return false;
185 if (firstTime) return false;
700 bool firstTime = false; local
705 firstTime
[all...]
H A DAppleRAIDSet.h95 virtual bool initWithHeader(OSDictionary * header, bool firstTime);
H A DAppleRAIDMirrorSet.cpp68 bool AppleRAIDMirrorSet::initWithHeader(OSDictionary * header, bool firstTime) argument
70 if (super::initWithHeader(header, firstTime) == false) return false;
78 if (firstTime) startSetCompleteTimer();
H A DAppleRAID.cpp183 bool firstTime = set == 0; local
251 if (firstTime) set->registerService();
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dscriptset.cpp196 UBool firstTime = TRUE; local
198 if (!firstTime) {
201 firstTime = FALSE;
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DCurrentTime.cpp333 static double firstTime = currentTime();
334 return currentTime() - firstTime;
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-os.mm662 static BOOL firstTime = YES;
673 if (firstTime) {
735 if (firstTime) {
763 if (firstTime) {
770 firstTime = NO;
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp674 void IOFireWireAVCUnit::updateSubUnits(bool firstTime) argument
704 FIRELOG_MSG(("IOFireWireAVCUnit %p, bus-reset during subunit scan! firstTime=%s\n",this,firstTime == true ? "true" : "false"));
712 if(firstTime) {
738 if(firstTime)
767 if(!firstTime) {
825 if(!firstTime) {
844 if (!firstTime)
H A DIOFireWireAVCUnit.h203 virtual void updateSubUnits(bool firstTime);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dpunycode.cpp162 adaptBias(int32_t delta, int32_t length, UBool firstTime) { argument
165 if(firstTime) {
/macosx-10.10.1/vim-55/src/
H A Dintegration.c864 static Boolean firstTime = True; local
867 if (firstTime) {
880 firstTime = False;
H A Dgui_at_fs.c2782 static int firstTime = 1; local
2797 if (firstTime)
2799 firstTime = 0;
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinMenu.c191 static void SetDefaults(int firstTime);
3227 int firstTime) /* Is this the first time this has been
3251 if (!firstTime) {
3185 SetDefaults( int firstTime) argument
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinMenu.c170 static void SetDefaults _ANSI_ARGS_((int firstTime));
3003 int firstTime) /* Is this the first time this
3028 if (!firstTime) {
2962 SetDefaults( int firstTime) argument

Completed in 162 milliseconds