Searched refs:ptr1 (Results 101 - 119 of 119) sorted by relevance

12345

/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0/
H A Dtcl.h396 VOID *ptr1; member in struct:Tcl_Obj::__anon13315::__anon13316
H A Dtcl.h.orig396 VOID *ptr1;
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0.4/
H A Dtcl.h462 VOID *ptr1; member in struct:Tcl_Obj::__anon13321::__anon13322
H A Dtcl.h.orig462 VOID *ptr1;
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0.5/
H A Dtcl.h469 VOID *ptr1; member in struct:Tcl_Obj::__anon13327::__anon13328
H A Dtcl.h.orig469 VOID *ptr1;
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1a2/
H A Dtcl.h417 VOID *ptr1; member in struct:Tcl_Obj::__anon13355::__anon13356
H A Dtcl.h.orig417 VOID *ptr1;
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b1/
H A Dtcl.h481 VOID *ptr1; member in struct:Tcl_Obj::__anon13361::__anon13362
H A Dtcl.h.orig481 VOID *ptr1;
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclBasic.c4936 ((List *)obj->internalRep.twoPtrValue.ptr1)->canonicalFlag)) {
5122 List *listRepPtr = objPtr->internalRep.twoPtrValue.ptr1;
H A DtclInt.h2197 ((List *) (listPtr)->internalRep.twoPtrValue.ptr1)
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0b1/
H A Dtcl.h.orig402 VOID *ptr1;
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0b2/
H A Dtcl.h.orig396 VOID *ptr1;
/macosx-10.9.5/zsh-60/zsh/
H A Dconfigure10435 char buf[1024], *ptr1, *ptr2;
10436 ptr1 = getcwd(buf, 1024);
10438 if (ptr1 && ptr2 && !strcmp(ptr1, ptr2)) {
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclBasic.c5088 (List *) objPtr->internalRep.twoPtrValue.ptr1;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/
H A Dconfigure6814 main() { void *self, *ptr1, *ptr2; self=dlopen(NULL,RTLD_LAZY);
6815 if(self) { ptr1=dlsym(self,"foo"); ptr2=dlsym(self,"_foo");
6816 if(ptr1 && !ptr2) exit(0); } exit(1); }
/macosx-10.9.5/iodbc-42.5/iodbc/
H A Dconfigure22231 void *self, *ptr1, *ptr2;
22235 ptr1 = dlsym (self, "fnord");
22237 if (ptr1 && !ptr2)
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c761 obj->cmdName->refCount, obj->cmdName->internalRep.twoPtrValue.ptr1,

Completed in 352 milliseconds

12345