Home
last modified time | relevance | path

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

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