HomeSort by relevance Sort by last modified time
    Searched refs:pipeinput_int (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/x11vnc/
pointer.c 590 if (pipeinput_int == PIPEINPUT_VID) {
592 } else if (pipeinput_int == PIPEINPUT_CONSOLE) {
594 } else if (pipeinput_int == PIPEINPUT_UINPUT) {
596 } else if (pipeinput_int == PIPEINPUT_MACOSX) {
598 } else if (pipeinput_int == PIPEINPUT_VNC) {
720 if ((pipeinput_fh != NULL || pipeinput_int) && mask >= 0) {
1016 pipeinput_int = PIPEINPUT_VID;
1032 pipeinput_int = PIPEINPUT_CONSOLE;
1045 pipeinput_int = PIPEINPUT_UINPUT;
1049 pipeinput_int = PIPEINPUT_MACOSX
    [all...]
options.c 209 int pipeinput_int = 0; variable
options.h 176 extern int pipeinput_int;
keyboard.c     [all...]

Completed in 48 milliseconds