Searched refs:IsEsc (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/add-ons/print/pcl6/ | ||
H A D | disasm.h | 114 bool IsEsc(uint8 byte) const { return byte == 0x1b; } in IsEsc() function |
H A D | disasm.cpp | 1230 } else if (IsEsc(byte)) { in ParsePCL6() |