Symbol: tiparm
games/hack/hack.terminfo.c
129
p = tiparm(cursor_address, y - 1, x - 1);
games/hack/hack.terminfo.c
249
else if ((cursor_address) && (out = tiparm(cursor_address, 0, 0)))
games/larn/io.c
821
tputs(tiparm(cursor_address,
games/larn/io.c
835
tputs(tiparm(
games/larn/io.c
844
tputs(tiparm(
games/larn/io.c
851
tputs(tiparm(
games/larn/io.c
857
tputs(tiparm(
games/tetris/screen.c
110
buf = tiparm(set_a_foreground, c);
games/tetris/screen.c
92
buf = tiparm(cursor_address, r, c);
lib/libcurses/color.c
418
tputs(tiparm(t_initialize_color(_cursesi_screen->term),
lib/libcurses/color.c
558
tputs(tiparm(t_set_a_foreground(_cursesi_screen->term),
lib/libcurses/color.c
562
tputs(tiparm(t_set_a_background(_cursesi_screen->term),
lib/libcurses/color.c
577
tputs(tiparm(t_set_foreground(_cursesi_screen->term),
lib/libcurses/color.c
581
tputs(tiparm(t_set_background(_cursesi_screen->term),
lib/libcurses/cr_put.c
169
(cgp = tiparm(cursor_address, destline, destcol)))
lib/libcurses/refresh.c
1139
tputs(tiparm(parm_ich, (long)pcw), 0, __cputchar);
lib/libcurses/refresh.c
1926
tputs(tiparm(change_scroll_region, top, bot),
lib/libcurses/refresh.c
1932
tputs(tiparm(parm_index, n),
lib/libcurses/refresh.c
1937
tputs(tiparm(change_scroll_region,
lib/libcurses/refresh.c
1948
tputs(tiparm(parm_index, n), 0, __cputchar);
lib/libcurses/refresh.c
1952
tputs(tiparm(parm_delete_line, n),
lib/libcurses/refresh.c
1972
tputs(tiparm(parm_insert_line, n), 0, __cputchar);
lib/libcurses/refresh.c
1995
tputs(tiparm(change_scroll_region, top, bot),
lib/libcurses/refresh.c
2002
tputs(tiparm(parm_rindex, -n),
lib/libcurses/refresh.c
2007
tputs(tiparm(change_scroll_region,
lib/libcurses/refresh.c
2018
tputs(tiparm(parm_rindex, -n), 0, __cputchar);
lib/libcurses/refresh.c
2021
tputs(tiparm(parm_delete_line, -n),
lib/libcurses/refresh.c
2042
tputs(tiparm(parm_insert_line, -n), 0, __cputchar);
lib/libterminfo/term.h
1980
char * tiparm(const char *, ...);
lib/libterminfo/term.h
1993
# define tparm tiparm
lib/libterminfo/termcap.c
183
return tiparm(cm, destline, destcol);
usr.bin/tset/set.c
260
out = tiparm(column_address, c);