Home
last modified time | relevance | path

Searched refs:station_call (Results 1 – 2 of 2) sorted by relevance

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dlocate_gui.c132 char station_call[200]; in fcc_rac_lookup() local
142 xastir_snprintf(station_call, in fcc_rac_lookup()
143 sizeof(station_call), in fcc_rac_lookup()
148 (void)remove_trailing_spaces(station_call); in fcc_rac_lookup()
149 (void)remove_trailing_dash_zero(station_call); in fcc_rac_lookup()
151 to_upper(station_call); in fcc_rac_lookup()
153 switch (station_call[0]) in fcc_rac_lookup()
159 if (search_fcc_data_appl(station_call, &my_fcc_data) == 1) in fcc_rac_lookup()
189 if (search_rac_data(station_call, &my_rac_data) == 1) in fcc_rac_lookup()
H A Ddb.c6396 button_direct, button_version, station_icon, station_call, in Station_data() local
6951 station_call = XtVaCreateManagedWidget("Station Data call", xmTextFieldWidgetClass, form, in Station_data()
6969 XmTextFieldSetString(station_call,p_station->call_sign); in Station_data()
6970 XtManageChild(station_call); in Station_data()
6978 XmNleftWidget, station_call, in Station_data()