Searched refs:newobj (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10/syslog-267/libsystem_asl.tproj/include/
H A Dasl_object.h54 void (*append)(asl_object_private_t *obj, asl_object_private_t *newobj);
55 void (*prepend)(asl_object_private_t *obj, asl_object_private_t *newobj);
71 void asl_object_append(asl_object_private_t *obj, asl_object_private_t *newobj);
72 void asl_object_prepend(asl_object_private_t *obj, asl_object_private_t *newobj);
/macosx-10.10/swig-12/Lib/tcl/
H A Dtclapi.swg87 int newobj;
89 Tcl_SetHashValue(Tcl_CreateHashEntry(&swigconstTable, name, &newobj), (ClientData) obj);
H A Dtclrun.swg98 int newobj;
99 Tcl_CreateHashEntry(SWIG_Tcl_ObjectTable(), (char *) ptr, &newobj);
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_msg_list.c524 _jump_append(asl_object_private_t *obj, asl_object_private_t *newobj) argument
526 int type = asl_get_type((asl_object_t)newobj);
529 asl_msg_list_append((asl_msg_list_t *)obj, newobj);
533 _jump_prepend(asl_object_private_t *obj, asl_object_private_t *newobj) argument
535 int type = asl_get_type((asl_object_t)newobj);
538 asl_msg_list_prepend((asl_msg_list_t *)obj, newobj);
H A Dasl_object.c162 asl_object_append(asl_object_private_t *obj, asl_object_private_t *newobj) argument
171 return asl_jump[type]->append(obj, newobj);
175 asl_object_prepend(asl_object_private_t *obj, asl_object_private_t *newobj) argument
182 return asl_jump[obj->asl_type]->prepend(obj, newobj);
H A Dasl_client.c519 _jump_append(asl_object_private_t *obj, asl_object_private_t *newobj) argument
521 int type = asl_get_type((asl_object_t)newobj);
526 asl_msg_list_reset_iteration((asl_msg_list_t *)newobj, 0);
527 while (NULL != (msg = asl_msg_list_next((asl_msg_list_t *)newobj)))
534 asl_client_internal_send((asl_object_t)obj, (asl_object_t)newobj);
H A Dasl_store.c1114 _jump_append(asl_object_private_t *obj, asl_object_private_t *newobj) argument
1117 int type = asl_get_type((asl_object_t)newobj);
1124 asl_msg_list_reset_iteration((asl_msg_list_t *)newobj, 0);
1125 while (NULL != (msg = asl_msg_list_next((asl_msg_list_t *)newobj)))
1132 asl_store_save(s, (asl_msg_t *)newobj);
H A Dasl_msg.c2945 _jump_append(asl_object_private_t *obj, asl_object_private_t *newobj) argument
2947 int type = asl_get_type((asl_object_t)newobj);
2950 asl_msg_merge((asl_msg_t *)obj, (asl_msg_t *)newobj);
2954 _jump_prepend(asl_object_private_t *obj, asl_object_private_t *newobj) argument
2958 int type = asl_get_type((asl_object_t)newobj);
2961 asl_msg_replace((asl_msg_t *)obj, (asl_msg_t *)newobj);
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dfunctions.c258 xmlXPathObjectPtr newobj, ret; local
276 newobj = valuePop(ctxt);
278 newobj->nodesetval);
279 xmlXPathFreeObject(newobj);
390 xmlXPathObjectPtr newobj, ret; local
401 newobj = valuePop(ctxt);
403 newobj->nodesetval);
404 xmlXPathFreeObject(newobj);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXlib.c217 Tcl_Obj *newobj = Tcl_NewStringObj(fileName, -1);
218 Tcl_IncrRefCount(newobj);
219 iPtr->scriptFile = (void *) newobj;
222 Tcl_DecrRefCount(newobj);
216 Tcl_Obj *newobj = Tcl_NewStringObj(fileName, -1); local
/macosx-10.10/BerkeleyDB-21/db/tcl/
H A Dtcl_internal.c707 Tcl_Obj *newlist, *newobj; local
725 newobj = NewStringObj(fnp->name, strlen(fnp->name));
727 Tcl_ListObjAppendElement(interp, newlist, newobj);
/macosx-10.10/vim-55/runtime/syntax/
H A Dopl.vim52 syn keyword OPLStatement newobj newobjh next notes num$ odbinfo off onerr
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dltmain.sh5485 newobj=lt$counter-$objbase
5488 *[\ /]"$newobj "*) ;;
5489 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5492 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5493 $run ln "$obj" "$gentop/$newobj" ||
5494 $run cp "$obj" "$gentop/$newobj"
5495 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dltmain.sh5556 newobj=lt$counter-$objbase
5559 *[\ /]"$newobj "*) ;;
5560 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5563 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5564 $run ln "$obj" "$gentop/$newobj" ||
5565 $run cp "$obj" "$gentop/$newobj"
5566 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dltmain.sh5485 newobj=lt$counter-$objbase
5488 *[\ /]"$newobj "*) ;;
5489 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5492 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5493 $run ln "$obj" "$gentop/$newobj" ||
5494 $run cp "$obj" "$gentop/$newobj"
5495 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/
H A Dlibtool5902 newobj=lt$counter-$objbase
5905 *[\ /]"$newobj "*) ;;
5906 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5909 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5910 $run ln "$obj" "$gentop/$newobj" ||
5911 $run cp "$obj" "$gentop/$newobj"
5912 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/OpenPAM-20/openpam/
H A Dltmain.sh5604 newobj=lt$counter-$objbase
5607 *[\ /]"$newobj "*) ;;
5608 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5611 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5612 $run ln "$obj" "$gentop/$newobj" ||
5613 $run cp "$obj" "$gentop/$newobj"
5614 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/bind9-45.101/bind9/
H A Dltmain.sh5630 newobj=lt$counter-$objbase
5633 *[\ /]"$newobj "*) ;;
5634 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5637 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5638 $run ln "$obj" "$gentop/$newobj" ||
5639 $run cp "$obj" "$gentop/$newobj"
5640 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/expat-12/expat/conftools/
H A Dltmain.sh5485 newobj=lt$counter-$objbase
5488 *[\ /]"$newobj "*) ;;
5489 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5492 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5493 $run ln "$obj" "$gentop/$newobj" ||
5494 $run cp "$obj" "$gentop/$newobj"
5495 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/file-46/file/
H A Dltmain.sh5660 newobj=lt$counter-$objbase
5663 *[\ /]"$newobj "*) ;;
5664 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5667 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5668 $run ln "$obj" "$gentop/$newobj" ||
5669 $run cp "$obj" "$gentop/$newobj"
5670 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/iodbc-42.5/iodbc/admin/
H A Dltmain.sh5149 newobj=lt$counter-$objbase
5152 *[\ /]"$newobj "*) ;;
5153 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5156 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5157 $run ln "$obj" "$gentop/$newobj" ||
5158 $run cp "$obj" "$gentop/$newobj"
5159 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/libiconv-42/libiconv/build-aux/
H A Dltmain.sh5489 newobj=lt$counter-$objbase
5492 *[\ /]"$newobj "*) ;;
5493 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5496 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5497 $run ln "$obj" "$gentop/$newobj" ||
5498 $run cp "$obj" "$gentop/$newobj"
5499 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/libiconv-42/libiconv/libcharset/build-aux/
H A Dltmain.sh5489 newobj=lt$counter-$objbase
5492 *[\ /]"$newobj "*) ;;
5493 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5496 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5497 $run ln "$obj" "$gentop/$newobj" ||
5498 $run cp "$obj" "$gentop/$newobj"
5499 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/llvmCore-3425.0.34/autoconf/
H A Dltmain.sh5485 newobj=lt$counter-$objbase
5488 *[\ /]"$newobj "*) ;;
5489 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5492 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5493 $run ln "$obj" "$gentop/$newobj" ||
5494 $run cp "$obj" "$gentop/$newobj"
5495 oldobjs="$oldobjs $gentop/$newobj"
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dltmain.sh5485 newobj=lt$counter-$objbase
5488 *[\ /]"$newobj "*) ;;
5489 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
5492 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
5493 $run ln "$obj" "$gentop/$newobj" ||
5494 $run cp "$obj" "$gentop/$newobj"
5495 oldobjs="$oldobjs $gentop/$newobj"

Completed in 477 milliseconds

123