Home
last modified time | relevance | path

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

/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.h114 bool IsEsc(uint8 byte) const { return byte == 0x1b; } in IsEsc() function
H A Ddisasm.cpp1230 } else if (IsEsc(byte)) { in ParsePCL6()