Home
last modified time | relevance | path

Searched refs:poptyp (Results 1 – 5 of 5) sorted by relevance

/dports/net/cppzmq/cppzmq-4.8.1/tests/
H A Dmultipart.cpp125 num = multipart.poptyp<float>();
153 num = multipart.poptyp<float>();
196 num = received.poptyp<float>();
/dports/japanese/xv/xv-3.10a/
H A Dxvpopup.c191 static int doPopUp(txt, labels, n, poptyp, wname) in doPopUp() argument
194 int n, poptyp;
202 if (poptyp != ISPAD) { puwide = PUWIDE; puhigh = PUHIGH; }
207 if (poptyp==ISGRAB) ahideCB.win = popW;
208 else if (poptyp == ISPAD) {
263 if (poptyp == ISGRAB) {
267 else if (poptyp == ISPAD) {
298 popUp = poptyp;
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvpopup.c191 static int doPopUp(txt, labels, n, poptyp, wname) in doPopUp() argument
194 int n, poptyp;
202 if (poptyp != ISPAD) { puwide = PUWIDE; puhigh = PUHIGH; }
207 if (poptyp==ISGRAB) ahideCB.win = popW;
208 else if (poptyp == ISPAD) {
263 if (poptyp == ISGRAB) {
267 else if (poptyp == ISPAD) {
298 popUp = poptyp;
/dports/graphics/xv/xv-3.10a/
H A Dxvpopup.c191 static int doPopUp(txt, labels, n, poptyp, wname) in doPopUp() argument
194 int n, poptyp;
202 if (poptyp != ISPAD) { puwide = PUWIDE; puhigh = PUHIGH; }
207 if (poptyp==ISGRAB) ahideCB.win = popW;
208 else if (poptyp == ISPAD) {
263 if (poptyp == ISGRAB) {
267 else if (poptyp == ISPAD) {
298 popUp = poptyp;
/dports/net/cppzmq/cppzmq-4.8.1/
H A Dzmq_addon.hpp508 template<typename T> T poptyp() in poptyp() function in zmq::multipart_t