Home
last modified time | relevance | path

Searched refs:my_rst (Results 1 – 13 of 13) sorted by relevance

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dclear_display.c81 extern char my_rst[]; in clear_display()
141 my_rst[2] = '9'; in clear_display()
144 my_rst[2] = ' '; in clear_display()
153 mvaddstr(12, 49, my_rst); in clear_display()
H A Dlog_to_disk.c55 extern char my_rst[]; in log_to_disk()
143 mvaddstr(12, 49, my_rst); in log_to_disk()
H A Dgetexchange.c70 extern char my_rst[]; in getexchange()
302 if (my_rst[1] <= 56) { in getexchange()
303 my_rst[1]++; in getexchange()
306 mvprintw(12, 49, my_rst); in getexchange()
320 if (my_rst[1] > 49) { in getexchange()
321 my_rst[1]--; in getexchange()
324 mvprintw(12, 49, my_rst); in getexchange()
H A Dmakelogline.c182 my_rst[2] = '9'; in prepare_fixed_part()
185 my_rst[2] = ' '; in prepare_fixed_part()
190 strcat(logline4, my_rst); in prepare_fixed_part()
H A Dcleanup.c35 my_rst[1] = '9'; in cleanup_qso()
H A Dglobalvars.h102 extern char my_rst[];
H A Dreadcabrillo.c298 strcpy(my_rst, tempstr); in cab_qso_to_tlf()
H A Dmain.c188 char my_rst[4] = "599"; variable
/dports/comms/xlog/xlog-2.0.22/src/logfile/
H A Dedi.c169 gchar rst[16], exch[16] = "", my_rst[16], my_exch[16] = ""; in edi_qso_append() local
189 strncpy (my_rst, q[MYRST], rst_len); in edi_qso_append()
190 my_rst[rst_len] = '\0'; in edi_qso_append()
206 strncpy(my_rst, "599", rst_len); in edi_qso_append()
207 my_rst[rst_len] = '\0'; in edi_qso_append()
254 date, q[GMT], q[CALL], mode, rst, exch, my_rst, my_exch, in edi_qso_append()
H A Dcabrillo3.c175 gchar rst[16], exch[16] = "", my_rst[16], my_exch[16] = "", date[16]; in cabrillo3_qso_append() local
210 strncpy(my_rst, "599", rst_len); in cabrillo3_qso_append()
211 my_rst[rst_len] = '\0'; in cabrillo3_qso_append()
213 strncpy (my_rst, q[RST], rst_len); in cabrillo3_qso_append()
214 my_rst[rst_len] = '\0'; in cabrillo3_qso_append()
294 preferences.callsign, rst, exch, q[CALL], my_rst, my_exch); in cabrillo3_qso_append()
H A Deditest.c124 gchar rst[16], exch[16] = "", my_rst[16], my_exch[16] = ""; in editest_qso_append() local
138 strncpy (my_rst, q[MYRST], rst_len); in editest_qso_append()
139 my_rst[rst_len] = '\0'; in editest_qso_append()
168 date, q[GMT], q[CALL], rst, exch, my_rst, my_exch, in editest_qso_append()
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Dtest_cabrillo.c163 assert_string_equal(my_rst, "589"); in test_cabToTlf_ParseQSO()
183 assert_string_equal(my_rst, "589"); in test_cabToTlf_ParseXQSO()
H A Ddata.c141 char my_rst[4] = "599"; variable