Searched refs:TPARM_1 (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/ncurses/include/
H A Dnc_tparm.h62 #define TPARM_1(a,b) tparm(a,TPARM_N(b)) macro
72 #define TPARM_1(a,b) TPARM_2(a,b,0) macro
73 #define TPARM_1(a,b) TPARM_2(a,b,0) macro
74 #define TPARM_0(a) TPARM_1(a,0)
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c400 SP_PARM->_cub_cost = CostOf(TPARM_1(parm_left_cursor, 23), 1);
401 SP_PARM->_cuf_cost = CostOf(TPARM_1(parm_right_cursor, 23), 1);
402 SP_PARM->_cud_cost = CostOf(TPARM_1(parm_down_cursor, 23), 1);
403 SP_PARM->_cuu_cost = CostOf(TPARM_1(parm_up_cursor, 23), 1);
404 SP_PARM->_hpa_cost = CostOf(TPARM_1(column_address, 23), 1);
405 SP_PARM->_vpa_cost = CostOf(TPARM_1(row_address, 23), 1);
422 SP_PARM->_dch_cost = NormalizedCost(TPARM_1(parm_dch, 23), 1);
423 SP_PARM->_ich_cost = NormalizedCost(TPARM_1(parm_ich, 23), 1);
424 SP_PARM->_ech_cost = NormalizedCost(TPARM_1(erase_chars, 23), 1);
431 SP_PARM->_hpa_ch_cost = NormalizedCost(TPARM_1(column_addres
[all...]
H A Dtty_update.c561 NCURSES_PUTP2("erase_chars", TPARM_1(erase_chars, runcount));
1633 TPARM_1(parm_ich, count),
1686 TPARM_1(parm_dch, count),
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_print.c62 switchon = TPARM_1(prtr_non, len);
H A Dtinfo_driver.c283 TPARM_1(set_a_foreground, color), 1, outc);
287 TPARM_1(set_foreground,
294 TPARM_1(set_a_background, color), 1, outc);
298 TPARM_1(set_background,
755 TPARM_1(set_color_pair, pair), 1, outc);
/freebsd-12-stable/contrib/ncurses/progs/
H A Dtput.c188 PUTS(TPARM_1(set_left_margin_parm, 0));
189 PUTS(TPARM_1(set_right_margin_parm, columns - 1));
203 PUTS(TPARM_1(parm_right_cursor, columns - 1));
222 PUTS(TPARM_1(parm_right_cursor, 8));
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c196 TPARM_1(set_a_background, bg),
201 TPARM_1(set_background, toggled_colors(bg)),
216 TPARM_1(set_a_foreground, fg),
221 TPARM_1(set_foreground, toggled_colors(fg)),
827 TPARM_1(set_color_pair, pair),
H A Dlib_mouse.c391 NCURSES_PUTP2("xterm-mouse", TPARM_1(sp->_mouse_xtermcap, enable));

Completed in 124 milliseconds