Searched refs:newp (Results 1 – 3 of 3) sorted by relevance
82 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);
190 int precision(int newp) { in precision() argument191 unsigned short oldp = _precision; _precision = (unsigned short)newp; in precision()
393 convert_to_local(&command->area[4],&area[4],args->u.sysctl.newp), in connection_runner()