Searched refs:fArgCount (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/system/kernel/
H A Dteam.cpp238 fArgCount(argCount),
273 for (int32 i = 0; !out.IsFull() && i < fArgCount; i++) {
283 int32 fArgCount; member in class:TeamTracing::ExecTeam
/haiku/src/tests/apps/miniterminal/
H A DConsole.cpp508 fArgCount = -1;
522 fArgs[fArgCount] = 0;
523 ProcessVT100Command(*c, false, fArgs, fArgCount + 1);
530 fArgCount = 0;
531 fArgs[fArgCount] = *c - '0';
539 ProcessVT100Command(*c, true, fArgs, fArgCount + 1);
546 fArgCount++;
547 if (fArgCount == MAX_ARGS) {
551 fArgs[fArgCount] = *c - '0';
555 ProcessVT100Command(*c, true, fArgs, fArgCount
[all...]
H A DConsole.h90 int32 fArgCount; member in class:Console

Completed in 48 milliseconds