Home
last modified time | relevance | path

Searched refs:cqdelay (Results 1 – 9 of 9) sorted by relevance

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dwriteparas.c53 extern int cqdelay; in writeparas_file()
146 if (cqdelay > 0 && cqdelay < 23) in writeparas_file()
147 para_word[8] = 48 + cqdelay; in writeparas_file()
H A Dchangepars.c87 extern int cqdelay; in changepars()
508 mvprintw(12, 29, "CQD: pgup/dwn", cqdelay); in changepars()
519 if (cqdelay <= 60) { in changepars()
520 cqdelay++; in changepars()
523 mvprintw(0, 19, "%i", cqdelay); in changepars()
531 if (cqdelay >= 1) { in changepars()
532 cqdelay--; in changepars()
536 mvprintw(0, 19, "%i", cqdelay); in changepars()
H A Dautocq.c58 extern int cqdelay; in auto_cq()
93 for (int delayval = cqdelay; delayval > 0 && key == NO_KEY; delayval--) { in auto_cq()
H A Dcallinput.c116 extern int cqdelay; in callinput()
1005 if (cqdelay <= 60) { in callinput()
1006 cqdelay++; in callinput()
1010 mvprintw(0, 19, "%i", cqdelay); in callinput()
1022 if (cqdelay >= 4) { in callinput()
1023 cqdelay--; in callinput()
1027 mvprintw(0, 19, "%i", cqdelay); in callinput()
H A Dclear_display.c45 extern int cqdelay; in show_header_line()
68 mvprintw(0, 0, " %-8s S=%2i D=%i ", mode, GetCWSpeed(), cqdelay); in show_header_line()
H A Dparse_logcfg.c265 extern int cqdelay; in parse_logcfg()
1285 cqdelay = atoi(buff); in parse_logcfg()
1286 if ((cqdelay < 3) || (cqdelay > 60)) in parse_logcfg()
1287 cqdelay = 20; in parse_logcfg()
H A Dmain.c323 int cqdelay = 8; variable
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Ddata.c267 int cqdelay = 8; variable
/dports/comms/tlf/tlf-tlf-1.4.1/
H A DNEWS1343 - Added CQDELAY parameter for setting cqdelay in logcfg.dat (by LZ3NY)
1360 - Changed cqdelay control to ctrl-pgup/ctrl-pgdown. Ctrl-pgup is not possible