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

/sendmail/libmilter/
H A Dengine.c201 static cmdfct cmds[] = variable
250 int ncmds = sizeof(cmds) / sizeof(cmdfct);
335 if (cmd == cmds[i].cm_cmd)
347 if ((f = cmds[i].cm_fct) == NULL)
358 newstate = cmds[i].cm_next;
400 arg.a_idx = cmds[i].cm_macros;
431 if (!bitset(CT_IGNO, cmds[i].cm_todo))
442 } while (!bitset(CT_END, cmds[i].cm_todo));

Completed in 529 milliseconds