| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | lib_mvcur.c | 795 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)) != NC_INFINITY) in onscreen_mvcur() 860 ynew, xnew, ovw)) != NC_INFINITY) in onscreen_mvcur() 871 ynew, xnew, ovw)) != NC_INFINITY) in onscreen_mvcur() 882 ynew, xnew, ovw)) != NC_INFINITY) in onscreen_mvcur() 898 ynew, xnew, ovw)) != NC_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 D | lib_driver.c | 88 NCURSES_SP_NAME(mvcur) (SCREEN *sp, int yold, int xold, int ynew, int xnew) in NCURSES_SP_NAME() 92 (void *) sp, yold, xold, ynew, xnew)); in NCURSES_SP_NAME() 94 code = CallDriver_4(sp, td_hwcur, yold, xold, ynew, xnew); in NCURSES_SP_NAME() 100 mvcur(int yold, int xold, int ynew, int xnew) in mvcur() argument 103 return NCURSES_SP_NAME(mvcur) (CURRENT_SCREEN, yold, xold, ynew, xnew); in mvcur()
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | a_d2i_fp.c | 22 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 D | asn1.h | 366 #define CHECKED_NEW_OF(type, xnew) \ argument 367 ((void *(*)(void))(1 ? xnew : ((type * (*)(void))0))) 924 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x); 926 #define ASN1_d2i_fp_of(type, xnew, d2i, in, x) \ argument 927 ((type *)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \ 948 void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x); 950 #define ASN1_d2i_bio_of(type, xnew, d2i, in, x) \ argument 951 ((type *)ASN1_d2i_bio(CHECKED_NEW_OF(type, xnew), \
|
| H A D | asn1.h.in | 319 #define CHECKED_NEW_OF(type, xnew) \ argument 320 ((void *(*)(void))(1 ? xnew : ((type * (*)(void))0))) 757 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x); 759 #define ASN1_d2i_fp_of(type, xnew, d2i, in, x) \ argument 760 ((type *)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \ 781 void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x); 783 #define ASN1_d2i_bio_of(type, xnew, d2i, in, x) \ argument 784 ((type *)ASN1_d2i_bio(CHECKED_NEW_OF(type, xnew), \
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | tinfo_driver.c | 989 drv_mvcur(TERMINAL_CONTROL_BLOCK * TCB, int yold, int xold, int ynew, int xnew) in drv_mvcur() argument 993 return NCURSES_SP_NAME(_nc_mvcur) (sp, yold, xold, ynew, xnew); in drv_mvcur()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-lncursest | 1564 int xnew) 1572 int xnew) 1581 int xnew) 1589 int xnew)
|
| H A D | llib-lncurses | 1555 int xnew) 1563 int xnew) 1572 int xnew) 1580 int xnew)
|
| H A D | llib-lncursestw | 2151 int xnew) 2159 int xnew) 2168 int xnew) 2176 int xnew)
|
| H A D | llib-lncursesw | 2142 int xnew) 2150 int xnew) 2159 int xnew) 2167 int xnew)
|
| H A D | curses.priv.h | 2087 extern NCURSES_EXPORT(int) _nc_mvcur(int yold, int xold, int ynew, int xnew);
|