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

/haiku/src/system/kernel/debug/
H A Ddebug_commands.cpp431 debugger_command* nextCommand = (*command)->next; local
432 if (nextCommand == stopCommand) {
437 if (strcmp((*command)->name, nextCommand->name) > 0) {
438 (*command)->next = nextCommand->next;
439 nextCommand->next = *command;
440 *command = nextCommand;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp849 WorkerCommand* nextCommand = fPendingCommands.ItemAt(0); local
850 return dynamic_cast<QuitCommand*>(nextCommand) != NULL;

Completed in 42 milliseconds