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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5691 const char *CommandWord; local
5745 CommandWord = argv[1];
5749 if (strcasecmp (CommandWord, "quit") == 0)
5757 if (strcasecmp (CommandWord, "set") == 0)
5759 else if (strcasecmp (CommandWord, "get") == 0)
5761 else if (strcasecmp (CommandWord, "count") == 0)
5763 else if (strcasecmp (CommandWord, "create") == 0)
5765 else if (strcasecmp (CommandWord, "delete") == 0)
5772 PropertyName = CommandWord;

Completed in 47 milliseconds