| radioctl.c | 100 static void	show_int_val(u_long, const char *, const char *, int); 478 show_int_val(u_long val, const char *nick, const char *append, int silent)  function in typeref:typename:void
 506 	show_int_val(ri.volume, varname[OPTION_VOLUME], "", silent);
 512 		show_int_val(ri.rfreq, varname[OPTION_REFERENCE], "kHz", silent);
 514 		show_int_val(ri.lock, varname[OPTION_SENSITIVITY], "mkV", silent);
 
 |