Lines Matching defs: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() local
80 vncConsolePtr c=(vncConsolePtr)malloc(sizeof(vncConsole)); in vcGetConsole() local
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()
228 void vcPutCharColour(vncConsolePtr c,unsigned char ch,unsigned char foreColour,unsigned char backCo… in vcPutCharColour()
280 void vcPrint(vncConsolePtr c,unsigned char* str) in vcPrint()
288 void vcPrintColour(vncConsolePtr c,unsigned char* str,unsigned char foreColour,unsigned char backCo… in vcPrintColour()
296 void vcPrintF(vncConsolePtr c,char* format,...) in vcPrintF()
306 void vcPrintFColour(vncConsolePtr c,unsigned char foreColour,unsigned char backColour,char* format,… in vcPrintFColour()
316 char vcGetCh(vncConsolePtr c) in vcGetCh()
329 char vcGetChar(vncConsolePtr c) in vcGetChar()
336 char *vcGetString(vncConsolePtr c,char *buffer,int bufferSize) in vcGetString()
367 vncConsolePtr c=(vncConsolePtr)cl->screen->screenData; in vcKbdAddEventProc() local
391 vncConsolePtr c=(vncConsolePtr)cl->screen->screenData; in vcPtrAddEventProc() local
459 vncConsolePtr c=(vncConsolePtr)cl->screen->screenData; in vcSetXCutTextProc() local
467 void vcToggleMarkCell(vncConsolePtr c,int pos) in vcToggleMarkCell()
480 void vcUnmark(vncConsolePtr c) in vcUnmark()
493 void vcProcessEvents(vncConsolePtr c) in vcProcessEvents()