Home
last modified time | relevance | path

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

/dports/comms/fllog/fllog-1.2.6/src/logbook/
H A Dlogsupport.cxx648 enum State {VIEWREC, NEWREC}; enumerator
649 static State logState = VIEWREC;
680 if (logState == VIEWREC) { in cb_btnNewSave()
688 logState = VIEWREC; in cb_btnNewSave()
695 logState = VIEWREC; in cb_btnUpdateCancel()
/dports/comms/fldigi/fldigi-4.1.20/src/logbook/
H A Dlogsupport.cxx1196 enum State {VIEWREC, NEWREC}; enumerator
1197 static State logState = VIEWREC;
1228 if (logState == VIEWREC) { in cb_btnNewSave()
1236 logState = VIEWREC; in cb_btnNewSave()
1243 logState = VIEWREC; in cb_btnUpdateCancel()
1986 logState = VIEWREC; in AddRecord()