Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:cmd

1712 		if (strstr(rcmd, "cmd=") != rcmd && strstr(rcmd, "qry=") != rcmd) {
1948 process_remote_cmd("cmd=grabkbd", 0);
1949 process_remote_cmd("cmd=grabptr", 0);
1952 process_remote_cmd("cmd=nograbkbd", 0);
1953 process_remote_cmd("cmd=nograbptr", 0);
1974 char cmd[100];
2000 sprintf(cmd, "ssvnc -cmd VNC://localhost:%d -chatonly", port);
2014 /* "ssvnc -cmd VNC://fd=0 -chatonly"; not working */
2015 args[2] = cmd;