Searched refs:SetValues (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.h280 int SetValues(const c4_RowRef &row_, int objc, Tcl_Obj *const * objv);
329 int SetValues(const c4_RowRef &row_, int objc, Tcl_Obj *const * objv,
H A Dmk4too.cpp106 int MkView::SetValues(const c4_RowRef &row_, int objc, Tcl_Obj *const * objv, function in class:MkView
325 SetValues(temp, objc - 3, objv + 3, view);
327 //SetValues(view[index], objc - 3, objv + 3);
565 return SetValues(view[index], objc - 3, objv + 3, view);
H A Dmk4tcl.cpp1539 int MkTcl::SetValues(const c4_RowRef &row_, int objc, Tcl_Obj *const * objv) { function in class:MkTcl
1558 int e = SetValues(row, objc - 2, objv + 2);
1585 SetValues(asRowRef(var, kExtendRow), objc - 2, objv + 2);
1609 int e = SetValues(asRowRef(var, kExtendRow), oc, ov);
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.h375 void SetValues( UInt32 cmpVal, UInt32 newVal) ;
381 void SetValues( UInt64 cmpVal, UInt64 newVal) ;
H A DIOFireWireLibCommand.cpp1495 CompareSwapCmd::SetValues( function in class:IOFireWireLib::CompareSwapCmd
1506 CompareSwapCmd::SetValues( function in class:IOFireWireLib::CompareSwapCmd
1591 IOFireWireIUnknown::InterfaceMap<CompareSwapCmd>::GetThis(self)->SetValues(cmpVal, newVal ) ;
1600 IOFireWireIUnknown::InterfaceMap<CompareSwapCmd>::GetThis(self)->SetValues( cmpVal, newVal ) ;
H A DIOFireWireLib.h3259 /*! @function SetValues
3267 void (*SetValues)(IOFireWireLibCompareSwapCommandRef self, UInt32 cmpVal, UInt32 newVal) ; member in struct:IOFireWireCompareSwapCommandInterface_t
3274 32-bit compare swap operations, use the SetValues() call, above.
3336 /*! @function SetValues
3344 void (*SetValues)(IOFireWireLibCompareSwapCommandV3Ref self, UInt32 cmpVal, UInt32 newVal) ; member in struct:IOFireWireCompareSwapCommandInterface_v3_t
3351 32-bit compare swap operations, use the SetValues() call, above.
/macosx-10.10/groff-38/groff/src/devices/xditview/
H A DDvi.c107 static Boolean SetValues (Widget, Widget, Widget,
156 SetValues, /* set_values */
351 SetValues (Widget wcurrent, Widget wrequest, Widget wnew, function
/macosx-10.10/vim-55/src/
H A Dgui_at_sb.c134 static Boolean SetValues __ARGS((Widget, Widget, Widget, ArgList, Cardinal *));
188 /* set_values */ SetValues,
563 SetValues(current, request, desired, args, num_args) function
H A Dgui_xmebw.c91 static Boolean SetValues(Widget current, Widget request, Widget new, ArgList args, Cardinal *n);
179 /* set_values */ SetValues,
1063 SetValues(Widget current, function

Completed in 128 milliseconds