Home
last modified time | relevance | path

Searched defs:pY (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Daccess23.C20 void *pY; // ERROR - protected member
24 void *pY; member
H A Dwarning5.C21 foo* pY = (foo *)buffer; in main() local
/openbsd/lib/libcurses/base/
H A Dlib_mouse.c2053 wmouse_trafo(const WINDOW *win, int *pY, int *pX, bool to_screen) in wmouse_trafo()