Home
last modified time | relevance | path

Searched refs:xnew (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c795 int ynew, int xnew, int ovw, in onscreen_mvcur() argument
815 ynew, xnew))) { in onscreen_mvcur()
832 if (yold == -1 || xold == -1 || NOT_LOCAL(SP_PARM, yold, xold, ynew, xnew)) { in onscreen_mvcur()
849 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur()
860 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur()
871 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur()
882 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur()
898 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur()
914 ynew, xnew, ovw); in onscreen_mvcur()
921 ynew, xnew, ovw); in onscreen_mvcur()
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_driver.c132 NCURSES_SP_NAME(mvcur) (SCREEN *sp, int yold, int xold, int ynew, int xnew) in NCURSES_SP_NAME()
136 (void *) sp, yold, xold, ynew, xnew)); in NCURSES_SP_NAME()
138 code = CallDriver_4(sp, td_hwcur, yold, xold, ynew, xnew); in NCURSES_SP_NAME()
144 mvcur(int yold, int xold, int ynew, int xnew) in mvcur() argument
147 return NCURSES_SP_NAME(mvcur) (CURRENT_SCREEN, yold, xold, ynew, xnew); in mvcur()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c22 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x) in ASN1_d2i_fp()
32 ret = ASN1_d2i_bio(xnew, d2i, b, x); in ASN1_d2i_fp()
38 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) in ASN1_d2i_bio()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h358 # define CHECKED_NEW_OF(type, xnew) \ argument
359 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
929 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x);
931 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument
932 ((type*)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \
953 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x);
955 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument
956 ((type*)ASN1_d2i_bio( CHECKED_NEW_OF(type, xnew), \
H A Dasn1.h.in311 # define CHECKED_NEW_OF(type, xnew) \ argument
312 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
762 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x);
764 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument
765 ((type*)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \
786 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x);
788 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument
789 ((type*)ASN1_d2i_bio( CHECKED_NEW_OF(type, xnew), \
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c977 drv_mvcur(TERMINAL_CONTROL_BLOCK * TCB, int yold, int xold, int ynew, int xnew) in drv_mvcur() argument
981 return NCURSES_SP_NAME(_nc_mvcur) (sp, yold, xold, ynew, xnew); in drv_mvcur()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest1564 int xnew)
1572 int xnew)
1581 int xnew)
1589 int xnew)
H A Dllib-lncurses1555 int xnew)
1563 int xnew)
1572 int xnew)
1580 int xnew)
H A Dllib-lncursestw2145 int xnew)
2153 int xnew)
2162 int xnew)
2170 int xnew)
H A Dllib-lncursesw2136 int xnew)
2144 int xnew)
2153 int xnew)
2161 int xnew)
H A Dcurses.priv.h2021 extern NCURSES_EXPORT(int) _nc_mvcur(int yold, int xold, int ynew, int xnew);