Home
last modified time | relevance | path

Searched refs:qtcrec_record (Results 1 – 5 of 5) sorted by relevance

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dqtcvars.h102 extern int qtcrec_record; // do we record the received QTCs
H A Dqtcwin.c241 if (qtcrec_record == 1) { in draw_qtc_panel()
260 if (record_run < 0 && qtcrec_record == 1 in start_qtc_recording()
268 if (record_run > -1 && qtcrec_record == 1) { in start_qtc_recording()
278 if (qtcrec_record == 1 && strlen((char *)qtcrec_record_command_shutdown) > 0) { in stop_qtc_recording()
283 if (qtcrec_record == 1) { in stop_qtc_recording()
H A Dmain.c262 int qtcrec_record = 0; variable
H A Dparse_logcfg.c1731 qtcrec_record = 1; in parse_logcfg()
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Ddata.c206 int qtcrec_record = 0; variable