Searched defs:SP_PARM (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | hashmap.c | 311 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 D | lib_refresh.c | 53 SCREEN *SP_PARM = _nc_screen_of(win); in NCURSES_EXPORT() local 90 SCREEN *SP_PARM = _nc_screen_of(win); in wnoutrefresh() local
|
H A D | lib_bkgd.c | 121 #define SP_PARM SP /* to use Charable() */ in _nc_background() macro
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 408 #define SP_PARM sp /* use parameter */ macro 415 #define SP_PARM SP /* use global variable */ macro
|