Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ncurses/ncurses/tty/
HDlib_mvcur.c777 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/
HDlib_driver.c130 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/
HDa_d2i_fp.c21 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/
HDasn1.h266 # 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/
HDtinfo_driver.c954 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/
HDllib-lncurses1555 int xnew)
1563 int xnew)
1572 int xnew)
1580 int xnew)
HDllib-lncursest1564 int xnew)
1572 int xnew)
1581 int xnew)
1589 int xnew)
HDllib-lncursestw2145 int xnew)
2153 int xnew)
2162 int xnew)
2170 int xnew)
HDllib-lncursesw2136 int xnew)
2144 int xnew)
2153 int xnew)
2161 int xnew)
HDcurses.priv.h2136 extern NCURSES_EXPORT(int) _nc_mvcur(int yold, int xold, int ynew, int xnew);