Home
last modified time | relevance | path

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

/dports/comms/fllog/fllog-1.2.6/src/include/
H A Dstatus.h32 string my_staqth; member
/dports/comms/fllog/fllog-1.2.6/src/misc/
H A Dstatus.cxx149 spref.set("my_staqth", my_staqth.c_str()); in saveLastState()
250 spref.get("my_staqth", defbuffer, my_staqth.c_str(), 199); in loadLastState()
251 my_staqth = defbuffer; in loadLastState()
/dports/comms/fllog/fllog-1.2.6/src/logbook/
H A Dcolorsfonts.fl160 callback {progStatus.my_staqth = o->value();}
162 code0 {o->value(progStatus.my_staqth.c_str());}
H A Dcolorsfonts.cxx120 progStatus.my_staqth = o->value(); in cb_inp_my_staqth()
208 o->value(progStatus.my_staqth.c_str()); in make_config_items()
H A Dlogsupport.cxx930 inp_log_sta_qth->value(progStatus.my_staqth.c_str()); in clearRecord()