| /freebsd-13-stable/contrib/ncurses/ncurses/tty/ |
| HD | lib_mvcur.c | 777 int ynew, int xnew, int ovw, in onscreen_mvcur() argument 796 if (_nc_safe_strcpy(InitResult, TPARM_2(SP_PARM->_address_cursor, ynew, xnew))) { in onscreen_mvcur() 813 if (yold == -1 || xold == -1 || NOT_LOCAL(SP_PARM, yold, xold, ynew, xnew)) { in onscreen_mvcur() 830 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur() 841 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur() 852 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur() 863 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur() 879 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur() 895 ynew, xnew, ovw); in onscreen_mvcur() 902 ynew, xnew, ovw); in onscreen_mvcur() [all …]
|
| /freebsd-13-stable/contrib/ncurses/ncurses/base/ |
| HD | lib_driver.c | 130 NCURSES_SP_NAME(mvcur) (SCREEN *sp, int yold, int xold, int ynew, int xnew) in NCURSES_SP_NAME() 134 (void *) sp, yold, xold, ynew, xnew)); in NCURSES_SP_NAME() 136 code = CallDriver_4(sp, td_hwcur, yold, xold, ynew, xnew); in NCURSES_SP_NAME() 142 mvcur(int yold, int xold, int ynew, int xnew) in mvcur() argument 145 return NCURSES_SP_NAME(mvcur) (CURRENT_SCREEN, yold, xold, ynew, xnew); in mvcur()
|
| /freebsd-13-stable/crypto/openssl/crypto/asn1/ |
| HD | a_d2i_fp.c | 21 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x) in ASN1_d2i_fp() 31 ret = ASN1_d2i_bio(xnew, d2i, b, x); in ASN1_d2i_fp() 37 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) in ASN1_d2i_bio()
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | asn1.h | 266 # define CHECKED_NEW_OF(type, xnew) \ argument 267 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0))) 709 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x); 711 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument 712 ((type*)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \ 736 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x); 738 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument 739 ((type*)ASN1_d2i_bio( CHECKED_NEW_OF(type, xnew), \
|
| /freebsd-13-stable/contrib/ncurses/ncurses/tinfo/ |
| HD | tinfo_driver.c | 954 drv_mvcur(TERMINAL_CONTROL_BLOCK * TCB, int yold, int xold, int ynew, int xnew) in drv_mvcur() argument 958 return NCURSES_SP_NAME(_nc_mvcur) (sp, yold, xold, ynew, xnew); in drv_mvcur()
|
| /freebsd-13-stable/contrib/ncurses/ncurses/ |
| HD | llib-lncurses | 1555 int xnew) 1563 int xnew) 1572 int xnew) 1580 int xnew)
|
| HD | llib-lncursest | 1564 int xnew) 1572 int xnew) 1581 int xnew) 1589 int xnew)
|
| HD | llib-lncursestw | 2145 int xnew) 2153 int xnew) 2162 int xnew) 2170 int xnew)
|
| HD | llib-lncursesw | 2136 int xnew) 2144 int xnew) 2153 int xnew) 2161 int xnew)
|
| HD | curses.priv.h | 2136 extern NCURSES_EXPORT(int) _nc_mvcur(int yold, int xold, int ynew, int xnew);
|