Home
last modified time | relevance | path

Searched refs:isBemusedCommand (Results 1 – 1 of 1) sorted by relevance

/dports/comms/anyremote/anyremote-6.7.3/src/
H A Dexecutor.c52 static int isBemusedCommand(char *cmd);
671 } else if (isBemusedCommand(cmd)) { // Bemused server emulation tricks in handle_command()
719 static int isBemusedCommand(char *cmdIn) in isBemusedCommand() function