Home
last modified time | relevance | path

Searched defs:SP_PARM (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dhashmap.c311 newhash(SP_PARM)[i] = hash(SP_PARM, NEWTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
327 newhash(SP_PARM)[i] = hash(SP_PARM, NEWTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
328 oldhash(SP_PARM)[i] = hash(SP_PARM, OLDTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
334 if (newhash(SP_PARM)[i] != hash(SP_PARM, NEWTEXT(SP_PARM, i))) in NCURSES_SP_NAME() local
336 if (oldhash(SP_PARM)[i] != hash(SP_PARM, OLDTEXT(SP_PARM, i))) in NCURSES_SP_NAME() local
433 oldhash(SP_PARM)[i] = hash(SP_PARM, OLDTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
457 oldhash(SP_PARM)[i] = hash(SP_PARM, OLDTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
461 oldhash(SP_PARM)[i] = hash(SP_PARM, OLDTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c53 SCREEN *SP_PARM = _nc_screen_of(win); in NCURSES_EXPORT() local
90 SCREEN *SP_PARM = _nc_screen_of(win); in wnoutrefresh() local
H A Dlib_bkgd.c121 #define SP_PARM SP /* to use Charable() */ in _nc_background() macro
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h408 #define SP_PARM sp /* use parameter */ macro
415 #define SP_PARM SP /* use global variable */ macro