Home
last modified time | relevance | path

Searched refs:tiparm (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Ddirect.c78 return term_emit(tiparm(cuu, num), nc->ttyfp, false); in ncdirect_cursor_up()
93 return term_emit(tiparm(cub, num), nc->ttyfp, false); in ncdirect_cursor_left()
108 return term_emit(tiparm(cuf, num), nc->ttyfp, false); in ncdirect_cursor_right()
219 return term_emit(tiparm(hpa, x), n->ttyfp, false); in ncdirect_cursor_move_yx()
231 return term_emit(tiparm(vpa, y), n->ttyfp, false); in ncdirect_cursor_move_yx()
244 return term_emit(tiparm(cup, y, x), n->ttyfp, false); in ncdirect_cursor_move_yx()
246 if(term_emit(tiparm(hpa, x), n->ttyfp, false) == 0 && in ncdirect_cursor_move_yx()
247 term_emit(tiparm(vpa, y), n->ttyfp, false) == 0){ in ncdirect_cursor_move_yx()
786 return term_emit(tiparm(setaf, pidx), nc->ttyfp, false); in ncdirect_set_fg_palindex()
797 return term_emit(tiparm(setab, pidx), nc->ttyfp, false); in ncdirect_set_bg_palindex()
H A Dinternal.h1100 return fbuf_emit(f, tiparm(setab, pal)); in term_bg_palindex()
1109 return fbuf_emit(f, tiparm(setaf, pal)); in term_fg_palindex()
1219 if(fbuf_emit(f, tiparm(hpa, x))){ in goto_location()
1225 if(fbuf_emit(f, tiparm(cup, y, x))){ in goto_location()
1850 if(fbuf_emit(f, tiparm(indn, count)) < 0){ in emit_scrolls()
H A Drender.c732 return fbuf_emit(f, tiparm(setab, rgb_quantize_256(r, g, b))); in term_bg_rgb8()
734 return fbuf_emit(f, tiparm(setab, rgb_quantize_8(r, g, b))); in term_bg_rgb8()
757 return fbuf_emit(f, tiparm(setaf, rgb_quantize_256(r, g, b))); in term_fg_rgb8()
759 return fbuf_emit(f, tiparm(setaf, rgb_quantize_8(r, g, b))); in term_fg_rgb8()
780 if(fbuf_emit(f, tiparm(initc, damageidx, r, g, b)) < 0){ in update_palette()
H A Dtermdesc.c1192 if(tty_emit(tiparm(smkx), ti->ttyfd) < 0){ in interrogate_terminfo()
/dports/net/c3270/suite3270-4.0/Common/
H A Dx3270if.c107 #define tiparm tparm macro
1168 a = tiparm((char *)setaf, color); in xsetaf()
1175 s = tiparm((char *)sgr, 0, 0, 0, 0, 0, 1, 0, 0, 0); in xsetaf()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dx3270if.c107 #define tiparm tparm macro
1168 a = tiparm((char *)setaf, color); in xsetaf()
1175 s = tiparm((char *)sgr, 0, 0, 0, 0, 0, 1, 0, 0, 0); in xsetaf()
/dports/net/c3270/suite3270-4.0/x3270if/
H A Dconfigure.in86 AC_CHECK_FUNCS(tiparm)
/dports/x11/x3270/suite3270-4.0/x3270if/
H A Dconfigure.in86 AC_CHECK_FUNCS(tiparm)
/dports/editors/mg/mg-6.9/
H A Dtparm.c564 tiparm(const char *str, ...) in tiparm() function
H A Dtermcap.c190 return tiparm(cm, destline, destcol); in tgoto()
H A Dterminfo_term.h1980 char * tiparm(const char *, ...);
1993 # define tparm tiparm
/dports/net/c3270/suite3270-4.0/c3270/
H A Dconfigure.in124 AC_CHECK_FUNCS(tiparm)
H A Dscreen.c108 #define tiparm tparm macro
509 setaf = tiparm(ti.setaf, in screen_setaf()
513 char *sgr = tiparm(ti.sgr, 0, 0, 0, 0, 0, 1, 0, 0, 0); in screen_setaf()
/dports/x11/x3270/suite3270-4.0/c3270/
H A Dconfigure.in124 AC_CHECK_FUNCS(tiparm)
H A Dscreen.c108 #define tiparm tparm macro
509 setaf = tiparm(ti.setaf, in screen_setaf()
513 char *sgr = tiparm(ti.sgr, 0, 0, 0, 0, 0, 1, 0, 0, 0); in screen_setaf()
/dports/devel/ncurses/ncurses-6.3/ncurses/
H A Dllib-ltinfo914 #undef tiparm
915 char *tiparm(
H A Dllib-ltinfow936 #undef tiparm
937 char *tiparm(
H A Dllib-ltinfot990 #undef tiparm
991 char *tiparm(
H A Dllib-ltinfotw1012 #undef tiparm
1013 char *tiparm(
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Dlib_tparm.c1160 tiparm(const char *string, ...) in tiparm() function
/dports/devel/ncurses/ncurses-6.3/include/
H A DMKterm.h.awk.in362 print "extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */"
/dports/devel/ncurses/ncurses-6.3/package/
H A Dncurses.sym784 tiparm
H A Dncursest.sym783 tiparm
H A Dncursestw.sym865 tiparm
H A Dncursesw.sym861 tiparm

12