Searched refs:TP_VALUE (Results 1 – 4 of 4) sorted by relevance
/dports/games/bstone/bstone-1.1.9/src/ |
H A D | jm_tp.cpp | 1885 shapenum = TP_VALUE(first_ch, 3); in TP_HandleCodes() 1894 if (TP_VALUE(first_ch++, 1)) { in TP_HandleCodes() 1975 shcolor = TP_VALUE(first_ch, 2); in TP_HandleCodes() 1982 ltcolor = TP_VALUE(first_ch, 2); in TP_HandleCodes() 2079 bgcolor = TP_VALUE(first_ch, 2); in TP_HandleCodes() 2086 if (TP_VALUE(first_ch++, 1)) { in TP_HandleCodes() 2096 if (TP_VALUE(first_ch++, 1)) { in TP_HandleCodes() 2106 if (TP_VALUE(first_ch++, 1)) { in TP_HandleCodes() 2152 cur_x = TP_VALUE(first_ch, 3); in TP_HandleCodes() 2163 cur_y = TP_VALUE(first_ch, 3); in TP_HandleCodes() [all …]
|
H A D | jm_tp.h | 197 uint16_t TP_VALUE(
|
H A D | 3d_agent.cpp | 1854 shapenum = TP_VALUE(first_ch, 2); in HandleControlCodes() 1872 shapenum = TP_VALUE(first_ch, 3); in HandleControlCodes() 1883 InfoAreaSetup.text_color = TP_VALUE(first_ch, 2); in HandleControlCodes() 1884 fontcolor = static_cast<uint8_t>(TP_VALUE(first_ch, 2)); in HandleControlCodes() 1891 InfoAreaSetup.backgr_color = TP_VALUE(first_ch, 2); in HandleControlCodes() 1904 shapenum = TP_VALUE(first_ch, 3); in HandleControlCodes()
|
/dports/audio/libsndfile/libsndfile-1.0.31/cmake/ |
H A D | CMakeAutoGenScript.cmake | 201 list(GET TEMPLATE_PARAMETERS ${TP_VALUE_INDEX} TP_VALUE) 202 set(${VALUE} "${TP_VALUE}" PARENT_SCOPE)
|