Lines Matching refs:strcmp
597 if (strcmp(name, "current") == 0)
599 else if (strcmp(name, "prev") == 0 && ctx->previous)
601 else if (strcmp(name, "exec") == 0 && ctx->onexec)
646 if (strcmp(name, "current") == 0) {
647 if (strcmp(command, "changehat") == 0) {
650 } else if (strcmp(command, "permhat") == 0) {
653 } else if (strcmp(command, "changeprofile") == 0) {
655 } else if (strcmp(command, "permprofile") == 0) {
657 } else if (strcmp(command, "stack") == 0) {
661 } else if (strcmp(name, "exec") == 0) {
662 if (strcmp(command, "exec") == 0)
664 else if (strcmp(command, "stack") == 0)