Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c287 #define npush(tps, x) \ macro
300 (npush) (TPARM_STATE *tps, int x) {
301 npush(tps, x);
304 #undef npush
729 npush(tps, (int) data->param[i]); in tparm_tc_compat()
848 npush(tps, (int) strlen(s)); in tparam_internal()
863 npush(tps, (int) data->param[i]); in tparam_internal()
884 npush(tps, TPS(static_vars)[i]); in tparam_internal()
888 npush(tps, dynamic_vars[i]); in tparam_internal()
894 npush(tps, UChar(*cp)); in tparam_internal()
[all …]