Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tty/
H A Dhashmap.c311 newhash(SP_PARM)[i] = hash(SP_PARM, NEWTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
324 newhash(SP_PARM)[i] = hash(SP_PARM, NEWTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
325 oldhash(SP_PARM)[i] = hash(SP_PARM, OLDTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
331 if (newhash(SP_PARM)[i] != hash(SP_PARM, NEWTEXT(SP_PARM, i))) in NCURSES_SP_NAME() local
333 if (oldhash(SP_PARM)[i] != hash(SP_PARM, OLDTEXT(SP_PARM, i))) in NCURSES_SP_NAME() local
430 oldhash(SP_PARM)[i] = hash(SP_PARM, OLDTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
454 oldhash(SP_PARM)[i] = hash(SP_PARM, OLDTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
458 oldhash(SP_PARM)[i] = hash(SP_PARM, OLDTEXT(SP_PARM, i)); in NCURSES_SP_NAME() local
/dragonfly/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.c122 #define SP_PARM SP /* to use Charable() */ in wbkgrnd() macro
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h366 #define SP_PARM sp /* use parameter */ macro
373 #define SP_PARM SP /* use global variable */ macro