Home
last modified time | relevance | path

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

/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DWPS8Text.cpp1946 typedef enum { T_CST=0, T_STRUCT, T_COMPLEX, T_UNKNOWN} Type; enumerator
1980 m_knowns["BTEP"]=PLC(WPS8TextInternal::BTE,PLC::P_ABS, PLC::T_CST); in createMapping()
1981 m_knowns["BTEC"]=PLC(WPS8TextInternal::BTE,PLC::P_ABS, PLC::T_CST); in createMapping()
1982 m_knowns["TCD "]=PLC(WPS8TextInternal::TCD,PLC::P_ZREL, PLC::T_CST); in createMapping()
2020 plcType.m_contentType = WPS8PLCInternal::PLC::T_CST; in readPLC()
2021 else if (plcType.m_contentType == WPS8PLCInternal::PLC::T_CST) in readPLC()
2123 case WPS8PLCInternal::PLC::T_CST : in readPLC()
H A DWPS4Text.cpp2454 typedef enum { T_CST=0, T_COMPLEX, T_UNKNOWN} Type; enumerator
2497 PLC(WPS4TextInternal::BTE, PLC::P_ABS, PLC::T_CST, '\0', 0x80); in createMapping()
2499 PLC(WPS4TextInternal::BTE,PLC::P_ABS, PLC::T_CST, '\0', 0x80); in createMapping()
2503 PLC(WPS4TextInternal::FTNp,PLC::P_REL, PLC::T_CST, 0x6); in createMapping()
/dports/textproc/libwps03/libwps-0.3.1/src/lib/
H A DWPS8Text.cpp1922 typedef enum { T_CST=0, T_STRUCT, T_COMPLEX, T_UNKNOWN} Type; enumerator
1954 m_knowns["BTEP"]=PLC(WPS8TextInternal::BTE,PLC::P_ABS, PLC::T_CST); in createMapping()
1955 m_knowns["BTEC"]=PLC(WPS8TextInternal::BTE,PLC::P_ABS, PLC::T_CST); in createMapping()
1956 m_knowns["TCD "]=PLC(WPS8TextInternal::TCD,PLC::P_ZREL, PLC::T_CST); in createMapping()
1994 plcType.m_contentType = WPS8PLCInternal::PLC::T_CST; in readPLC()
1995 else if (plcType.m_contentType == WPS8PLCInternal::PLC::T_CST) in readPLC()
2097 case WPS8PLCInternal::PLC::T_CST : in readPLC()
H A DWPS4Text.cpp2353 typedef enum { T_CST=0, T_COMPLEX, T_UNKNOWN} Type; enumerator
2392 PLC(WPS4TextInternal::BTE, PLC::P_ABS, PLC::T_CST, '\0', 0x80); in createMapping()
2394 PLC(WPS4TextInternal::BTE,PLC::P_ABS, PLC::T_CST, '\0', 0x80); in createMapping()
2398 PLC(WPS4TextInternal::FTNp,PLC::P_REL, PLC::T_CST, 0x6); in createMapping()
/dports/editors/vim/vim-8.2.3745/src/
H A Dtermdefs.h213 #define T_CST (TERM_STR(KS_CST)) // save window title macro
H A Dterm.c3116 if ((which & SAVE_RESTORE_TITLE) && T_CST != NULL && *T_CST != NUL) in term_push_title()
3118 OUT_STR(T_CST); in term_push_title()
H A Doptiondefs.h3004 p_term("t_ST", T_CST)
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMsWks4Text.cxx102 typedef enum { T_CST=0, T_STRUCT, T_UNKNOWN} Type; enumerator
141 PLC(MsWks4TextInternal::BTE,PLC::P_ABS, PLC::T_CST); in createMapping()
143 PLC(MsWks4TextInternal::BTE,PLC::P_ABS, PLC::T_CST); in createMapping()
1023 case MsWks4PLCInternal::PLC::T_CST : { in readPLC()