Searched defs:pcursor (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c2931 uint8 *cursor, *pcursor; local
2959 pcursor = &cursor[offset];
2968 *pcursor |= (~(*andmask) & nextbit);
2973 *pcursor |= ((*andmask) & nextbit);
2979 pcursor++;

Completed in 336 milliseconds