radioctl.c | 94 static void update_value(int, u_int *, u_int); 263 update_value(o.sign, (u_int *)&ri.volume, o.value); 266 update_value(o.sign, (u_int *)&ri.freq, o.value); 270 update_value(o.sign, (u_int *)&ri.rfreq, o.value); 284 update_value(o.sign, (u_int *)&ri.lock, o.value); 323 update_value(int sign, u_int *value, u_int update) function in typeref:typename:void
|