Searched refs:TIPARM_1 (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/lib/libcurses/tty/
H A Dlib_mvcur.c405 SP_PARM->_cub_cost = CostOf(TIPARM_1(parm_left_cursor, 23), 1);
406 SP_PARM->_cuf_cost = CostOf(TIPARM_1(parm_right_cursor, 23), 1);
407 SP_PARM->_cud_cost = CostOf(TIPARM_1(parm_down_cursor, 23), 1);
408 SP_PARM->_cuu_cost = CostOf(TIPARM_1(parm_up_cursor, 23), 1);
409 SP_PARM->_hpa_cost = CostOf(TIPARM_1(column_address, 23), 1);
410 SP_PARM->_vpa_cost = CostOf(TIPARM_1(row_address, 23), 1);
427 SP_PARM->_dch_cost = NormalizedCost(TIPARM_1(parm_dch, 23), 1);
428 SP_PARM->_ich_cost = NormalizedCost(TIPARM_1(parm_ich, 23), 1);
429 SP_PARM->_ech_cost = NormalizedCost(TIPARM_1(erase_chars, 23), 1);
435 SP_PARM->_hpa_ch_cost = NormalizedCost(TIPARM_1(column_addres
[all...]
H A Dtty_update.c611 NCURSES_PUTP2("erase_chars", TIPARM_1(erase_chars, runcount));
1728 TIPARM_1(parm_ich, count),
1781 TIPARM_1(parm_dch, count),
1850 TIPARM_1(parm_index, n),
1858 TIPARM_1(parm_delete_line, n),
1915 TIPARM_1(parm_rindex, n),
1923 TIPARM_1(parm_insert_line, n),
1971 TIPARM_1(parm_delete_line, n),
1987 TIPARM_1(parm_insert_line, n),
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_print.c65 switchon = TIPARM_1(prtr_non, len);
H A Dlib_tgoto.c219 if ((result = TIPARM_1(string, y)) == NULL) {
H A Dtinfo_driver.c364 TIPARM_1(set_a_foreground, color), 1, outc);
368 TIPARM_1(set_foreground,
375 TIPARM_1(set_a_background, color), 1, outc);
379 TIPARM_1(set_background,
845 TIPARM_1(set_color_pair, pair), 1, outc);
/openbsd-current/usr.bin/tic/
H A Dreset_cmd.c527 need_flush |= sent_string(TIPARM_1(set_left_margin_parm, 0));
528 need_flush |= sent_string(TIPARM_1(set_right_margin_parm,
537 need_flush |= sent_string(TIPARM_1(parm_right_cursor,
H A Dtic.c1224 char *oldvalue = safe_strdup(TIPARM_1(oldcap, n));
1225 char *newvalue = safe_strdup(TIPARM_1(newcap, n));
/openbsd-current/lib/libcurses/base/
H A Dlib_color.c192 TIPARM_1(set_a_background, bg),
197 TIPARM_1(set_background, toggled_colors(bg)),
212 TIPARM_1(set_a_foreground, fg),
217 TIPARM_1(set_foreground, toggled_colors(fg)),
1010 TIPARM_1(set_color_pair, pair),
H A Dlib_mouse.c453 NCURSES_PUTP2("xterm-mouse", TIPARM_1(sp->_mouse_xtermcap, enable));
/openbsd-current/lib/libcurses/
H A Dnc_tparm.h84 #define TIPARM_1(s,a) _nc_tiparm(1,s,a) macro

Completed in 195 milliseconds