Home
last modified time | relevance | path

Searched refs:LN_B4 (Results 1 – 8 of 8) sorted by relevance

/dports/comms/hylafax/hylafax-6.0.7/libhylafax/
H A Dclass2.h88 const u_short LN_B4 = 1; // B4, 364 mm variable
H A DClass2Params.c++156 LN_B4, // DISLENGTH_B4
463 else if (CHECKPARAM(ln, LN_B4, isDIS)) setBit(BITNUM_LENGTH_19, true); in update()
656 l <= 380 ? LN_B4 : in setPageLengthInMM()
/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DFaxRecv.c++283 , (ri.params.ln == LN_A4 ? "A4" : ri.params.ln == LN_B4 ? "B4" : "INF") in notifyPageRecvd()
H A Dtrigtest.c++70 , (params.ln == LN_A4 ? "A4" : params.ln == LN_B4 ? "B4" : "INF") in printParams()
H A DModem.c++438 return caps.ln & (BIT(LN_B4)|BIT(LN_INF)); in supportsPageLengthInMM()
H A DFaxModem.c++550 return (modemParams.ln & (BIT(LN_B4)|BIT(LN_INF))) != 0; in supportsPageLength()
H A DFaxSend.c++843 params.ln = (len < 330 ? LN_A4 : LN_B4); in sendSetupParams1()
/dports/comms/hylafax/hylafax-6.0.7/hfaxd/
H A DTrigger.c++279 , (params.ln == LN_A4 ? "A4" : params.ln == LN_B4 ? "B4" : "INF") in addParams()