Searched refs:vncConsolePtr (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/vncterm/ |
D | VNConsole.h | 56 } vncConsole, *vncConsolePtr; typedef 59 vncConsolePtr vcGetConsole(int *argc,char **argv, 63 vncConsolePtr vcGetConsole(int argc,char **argv, 66 void vcDrawCursor(vncConsolePtr c); 67 void vcHideCursor(vncConsolePtr c); 68 void vcCheckCoordinates(vncConsolePtr c); 70 void vcPutChar(vncConsolePtr c,unsigned char ch); 71 void vcPrint(vncConsolePtr c,unsigned char* str); 72 void vcPrintF(vncConsolePtr c,char* format,...); 74 void vcPutCharColour(vncConsolePtr c,unsigned char ch, [all …]
|
D | VNConsole.c | 26 void MakeColourMap16(vncConsolePtr c) in MakeColourMap16() 38 void vcDrawOrHideCursor(vncConsolePtr c) in vcDrawOrHideCursor() 51 void vcDrawCursor(vncConsolePtr c) in vcDrawCursor() 59 void vcHideCursor(vncConsolePtr c) in vcHideCursor() 68 vncConsolePtr c=(vncConsolePtr)cl->screen->screenData; in vcMakeSureCursorIsDrawn() 73 vncConsolePtr vcGetConsole(int *argc,char **argv, in vcGetConsole() 80 vncConsolePtr c=(vncConsolePtr)malloc(sizeof(vncConsole)); in vcGetConsole() 148 void vcScroll(vncConsolePtr c,int lineCount) in vcScroll() 201 void vcCheckCoordinates(vncConsolePtr c) in vcCheckCoordinates() 217 void vcPutChar(vncConsolePtr c,unsigned char ch) in vcPutChar() [all …]
|
D | example.c | 6 vncConsolePtr c=vcGetConsole(&argc,argv,80,25,&vgaFont,FALSE); in main()
|
D | VNCommand.c | 61 vncConsolePtr console=vcGetConsole(&serverArgc,argv,80,25,&vgaFont,FALSE); in main()
|
D | LinuxVNC.c | 84 vncConsolePtr console; in main()
|