Searched refs:ProcessVT100Command (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/apps/miniterminal/
H A DConsole.h65 bool ProcessVT100Command(const char c, bool seen_bracket, int32 *args, int32 argCount);
H A DConsole.cpp327 Console::ProcessVT100Command(const char c, bool seen_bracket, int32 *args, int32 argCount) function in class:Console
523 ProcessVT100Command(*c, false, fArgs, fArgCount + 1);
539 ProcessVT100Command(*c, true, fArgs, fArgCount + 1);
555 ProcessVT100Command(*c, true, fArgs, fArgCount + 1);
570 ProcessVT100Command(*c, true, fArgs, fArgCount + 1);

Completed in 36 milliseconds