Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dusb-dbg.hpp99 bool isEscSeq(char chr);
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp247 bool frame::isEscSeq(char chr) in isEscSeq() function in ipmi::frame
286 if (!isEscSeq(ch)) in parse()