Lines Matching refs:strcmp
672 if (strcmp(name, "current") == 0)
674 else if (strcmp(name, "prev") == 0 && ctx->previous)
676 else if (strcmp(name, "exec") == 0 && ctx->onexec)
722 if (strcmp(name, "current") == 0) {
723 if (strcmp(command, "changehat") == 0) {
726 } else if (strcmp(command, "permhat") == 0) {
729 } else if (strcmp(command, "changeprofile") == 0) {
731 } else if (strcmp(command, "permprofile") == 0) {
733 } else if (strcmp(command, "stack") == 0) {
737 } else if (strcmp(name, "exec") == 0) {
738 if (strcmp(command, "exec") == 0)
740 else if (strcmp(command, "stack") == 0)