Home | History | Annotate | Download | only in updater

Lines Matching defs:cmd

1529     const Command* cmd = NULL;
1709 cmd = (const Command*) mzHashTableLookup(cmdht, cmdhash, params.cmdname,
1712 if (cmd == NULL) {
1717 if (cmd->f != NULL && cmd->f(&params) == -1) {