Home
last modified time | relevance | path

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

/dports/emulators/ukncbtl/ukncbtl-qt-812cde85/
H A Dqdisasmview.h34 LINETYPE_SUBTITLE = 8, // Line has subtitle comment enumerator
H A Dqdisasmview.cpp697 lineitem.type = LINETYPE_SUBTITLE; in updateData()
718 lineitem.type |= LINETYPE_SUBTITLE; in updateData()
867 …if ((lineitem.type & LINETYPE_SUBTITLE) != 0 && (lineitem.type & (LINETYPE_DATA | LINETYPE_INSTR))… in drawDisassemble()
923 …if ((lineitem.type & LINETYPE_SUBTITLE) != 0 && (lineitem.type & (LINETYPE_DATA | LINETYPE_INSTR))… in drawDisassemble()