/dports/irc/epic4/epic4-2.10.9/source/ |
H A D | term.c | 130 char *tparm1 (const char *str, int l1) in tparm1() function 1244 tputs_x(tparm1(current_term->TI_hpa, col)); in term_gotoxy() 1245 tputs_x(tparm1(current_term->TI_vpa, row)); in term_gotoxy() 1272 tputs_x(tparm1(current_term->TI_dl, current_term->TI_lines)); in term_clrscr() 1285 tputs_x (tparm1(current_term->TI_il, current_term->TI_lines)); in term_clrscr() 1306 tputs_x (tparm1(current_term->TI_cub, num)); in term_left() 1325 tputs_x (tparm1(current_term->TI_cuf, num)); in term_right() 1343 tputs_x (tparm1(current_term->TI_dch, num)); in term_delete() 1362 tputs_x (tparm1(current_term->TI_ich, 1)); in term_insert() 1604 ret = tparm1(current_term->TI_dispc, fore); in term_getsgr()
|
/dports/irc/epic5/epic5-2.1.6/source/ |
H A D | term.c | 136 static char *tparm1 (const char *str, int l1) in tparm1() function 1323 tputs_x(tparm1(current_term->TI_hpa, col)); in term_gotoxy() 1324 tputs_x(tparm1(current_term->TI_vpa, row)); in term_gotoxy() 1351 tputs_x(tparm1(current_term->TI_dl, current_term->TI_lines)); in term_clrscr() 1364 tputs_x (tparm1(current_term->TI_il, current_term->TI_lines)); in term_clrscr() 1386 tputs_x (tparm1(current_term->TI_cub, num)); 1406 tputs_x (tparm1(current_term->TI_cuf, num)); in term_right() 1425 tputs_x (tparm1(current_term->TI_dch, num)); 1444 tputs_x (tparm1(current_term->TI_ich, 1)); 1687 ret = tparm1(current_term->TI_dispc, fore); in term_getsgr()
|
/dports/devel/xwpe/xwpe-1.5.30a/ |
H A D | we_term.c | 88 #define tparm1(a,b) tparm((a), (b), 0, 0, 0, 0, 0, 0, 0, 0) macro 639 e_putp(tparm1(col_fg, c % col_num)); in fk_colset() 640 e_putp(tparm1(col_bg, bg)); in fk_colset() 645 e_putp(tparm1(col_fg, c)); in fk_colset() 646 e_putp(tparm1(col_bg, bg)); in fk_colset()
|
/dports/chinese/bitchx/bitchx-1.2.1/source/ |
H A D | term.c | 85 #define tparm1(str, a1) tparm(str, a1, 0, 0, 0, 0, 0, 0, 0, 0) macro 1364 tputs_x(tparm1(current_term->TI_hpa, col)); in term_gotoxy() 1365 tputs_x(tparm1(current_term->TI_vpa, row)); in term_gotoxy() 1399 tputs_x(tparm1(current_term->TI_dl, current_term->TI_lines)); in term_clrscr() 1412 tputs_x(tparm1(current_term->TI_il, current_term->TI_lines)); in term_clrscr() 1435 tputs_x(tparm1(current_term->TI_cub, num)); in term_left() 1456 tputs_x(tparm1(current_term->TI_cuf, num)); in term_right() 1475 tputs_x(tparm1(current_term->TI_dch, num)); in term_delete() 1494 tputs_x(tparm1(current_term->TI_ich, 1)); in term_insert() 1774 ret = tparm1(current_term->TI_dispc, fore); in term_getsgr()
|
/dports/irc/bitchx/bitchx-1.2.1/source/ |
H A D | term.c | 85 #define tparm1(str, a1) tparm(str, a1, 0, 0, 0, 0, 0, 0, 0, 0) macro 1364 tputs_x(tparm1(current_term->TI_hpa, col)); in term_gotoxy() 1365 tputs_x(tparm1(current_term->TI_vpa, row)); in term_gotoxy() 1399 tputs_x(tparm1(current_term->TI_dl, current_term->TI_lines)); in term_clrscr() 1412 tputs_x(tparm1(current_term->TI_il, current_term->TI_lines)); in term_clrscr() 1435 tputs_x(tparm1(current_term->TI_cub, num)); in term_left() 1456 tputs_x(tparm1(current_term->TI_cuf, num)); in term_right() 1475 tputs_x(tparm1(current_term->TI_dch, num)); in term_delete() 1494 tputs_x(tparm1(current_term->TI_ich, 1)); in term_insert() 1774 ret = tparm1(current_term->TI_dispc, fore); in term_getsgr()
|