Searched refs:newobj (Results 1 – 23 of 23) sorted by relevance
157 newobj = {keylist[depth]: depth}158 wsgiapp = RegistryMiddleMan(wsgiapp, regobj, newobj, depth)
5485 newobj=lt$counter-$objbase5488 *[\ /]"$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"
5837 newobj=lt$counter-$objbase5840 *[\ /]"$newobj "*) ;;5841 *) if test ! -f "$gentop/$newobj"; then break; fi ;;5844 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"5845 $run ln "$obj" "$gentop/$newobj" ||5846 $run cp "$obj" "$gentop/$newobj"5847 oldobjs="$oldobjs $gentop/$newobj"
5845 newobj=lt$counter-$objbase5848 *[\ /]"$newobj "*) ;;5849 *) if test ! -f "$gentop/$newobj"; then break; fi ;;5852 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"5853 $run ln "$obj" "$gentop/$newobj" ||5854 $run cp "$obj" "$gentop/$newobj"5855 oldobjs="$oldobjs $gentop/$newobj"
5493 newobj=lt$counter-$objbase5496 *[\ /]"$newobj "*) ;;5497 *) if test ! -f "$gentop/$newobj"; then break; fi ;;5500 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"5501 $run ln "$obj" "$gentop/$newobj" ||5502 $run cp "$obj" "$gentop/$newobj"5503 oldobjs="$oldobjs $gentop/$newobj"
7952 newobj=lt$counter-$objbase7956 *[\ /]"$newobj "*) ;;7957 *) if test ! -f "$gentop/$newobj"; then break; fi ;;7960 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"7961 oldobjs="$oldobjs $gentop/$newobj"
9156 newobj=lt$counter-$objbase9160 *[\ /]"$newobj "*) ;;9161 *) if test ! -f "$gentop/$newobj"; then break; fi ;;9164 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"9165 func_append oldobjs " $gentop/$newobj"
7945 newobj=lt$counter-$objbase7949 *[\ /]"$newobj "*) ;;7950 *) if test ! -f "$gentop/$newobj"; then break; fi ;;7953 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"7954 oldobjs="$oldobjs $gentop/$newobj"
9162 newobj=lt$counter-$objbase9166 *[\ /]"$newobj "*) ;;9167 *) if test ! -f "$gentop/$newobj"; then break; fi ;;9170 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"9171 func_append oldobjs " $gentop/$newobj"
8453 newobj=lt$counter-$objbase8457 *[\ /]"$newobj "*) ;;8458 *) if test ! -f "$gentop/$newobj"; then break; fi ;;8461 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"8462 oldobjs="$oldobjs $gentop/$newobj"
9160 newobj=lt$counter-$objbase9164 *[\ /]"$newobj "*) ;;9165 *) if test ! -f "$gentop/$newobj"; then break; fi ;;9168 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"9169 func_append oldobjs " $gentop/$newobj"
8990 xmlXPathObjectPtr cur, newobj; in xmlXPathConcatFunction() local9008 newobj = valuePop(ctxt); in xmlXPathConcatFunction()9009 if ((newobj == NULL) || (newobj->type != XPATH_STRING)) { in xmlXPathConcatFunction()9010 xmlXPathReleaseObject(ctxt->context, newobj); in xmlXPathConcatFunction()9014 tmp = xmlStrcat(newobj->stringval, cur->stringval); in xmlXPathConcatFunction()9015 newobj->stringval = cur->stringval; in xmlXPathConcatFunction()9017 xmlXPathReleaseObject(ctxt->context, newobj); in xmlXPathConcatFunction()