Searched refs:newobj (Results 1 – 6 of 6) sorted by relevance
181 alias newobj new alias in ConfigTable184 c = newobj()190 c = newobj()
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"
5528 newobj=lt$counter-$objbase5531 *[\ /]"$newobj "*) ;;5532 *) if test ! -f "$gentop/$newobj"; then break; fi ;;5535 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"5536 $run ln "$obj" "$gentop/$newobj" ||5537 $run cp "$obj" "$gentop/$newobj"5538 oldobjs="$oldobjs $gentop/$newobj"
5548 newobj=lt$counter-$objbase5551 *[\ /]"$newobj "*) ;;5552 *) if test ! -f "$gentop/$newobj"; then break; fi ;;5555 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"5556 $run ln "$obj" "$gentop/$newobj" ||5557 $run cp "$obj" "$gentop/$newobj"5558 oldobjs="$oldobjs $gentop/$newobj"
7415 newobj=lt$counter-$objbase7419 *[\ /]"$newobj "*) ;;7420 *) if test ! -f "$gentop/$newobj"; then break; fi ;;7423 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"7424 oldobjs="$oldobjs $gentop/$newobj"
8845 xmlXPathObjectPtr cur, newobj; in xmlXPathConcatFunction() local8863 newobj = valuePop(ctxt); in xmlXPathConcatFunction()8864 if ((newobj == NULL) || (newobj->type != XPATH_STRING)) { in xmlXPathConcatFunction()8865 xmlXPathReleaseObject(ctxt->context, newobj); in xmlXPathConcatFunction()8869 tmp = xmlStrcat(newobj->stringval, cur->stringval); in xmlXPathConcatFunction()8870 newobj->stringval = cur->stringval; in xmlXPathConcatFunction()8872 xmlXPathReleaseObject(ctxt->context, newobj); in xmlXPathConcatFunction()