Searched refs:newp (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/shared/
H A DFunctionObject.h82 ParameterBinder &operator=(const BEntry* newp) argument
83 { p = *newp; return *this; }
102 ParameterBinder &operator=(const entry_ref* newp) argument
103 { p = *newp; return *this; }
120 ParameterBinder &operator=(const node_ref* newp) argument
121 { p = *newp; return *this; }
143 ParameterBinder &operator=(const BMessage* newp) argument
146 p = (newp ? new BMessage(*newp) : NULL);
/haiku/headers/cpp/
H A Dstreambuf.h190 int precision(int newp) { argument
191 unsigned short oldp = _precision; _precision = (unsigned short)newp;
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c393 convert_to_local(&command->area[4],&area[4],args->u.sysctl.newp),

Completed in 67 milliseconds