Home
last modified time | relevance | path

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

/external/libvncserver/vncterm/
DVNConsole.h6 typedef struct vncConsole { struct
56 } vncConsole, *vncConsolePtr; typedef
DVNConsole.c80 vncConsolePtr c=(vncConsolePtr)malloc(sizeof(vncConsole)); in vcGetConsole()