Searched refs:ProcessVT100Command (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/apps/miniterminal/ |
H A D | Console.cpp | 327 Console::ProcessVT100Command(const char c, bool seen_bracket, int32 *args, int32 argCount) in ProcessVT100Command() function in Console 523 ProcessVT100Command(*c, false, fArgs, fArgCount + 1); in Write() 539 ProcessVT100Command(*c, true, fArgs, fArgCount + 1); in Write() 555 ProcessVT100Command(*c, true, fArgs, fArgCount + 1); in Write() 570 ProcessVT100Command(*c, true, fArgs, fArgCount + 1); in Write()
|
H A D | Console.h | 65 bool ProcessVT100Command(const char c, bool seen_bracket, int32 *args, int32 argCount);
|