Symbol: tgetstr
distrib/utils/more/screen.c
317
sc_pad = tgetstr("pc", &sp);
distrib/utils/more/screen.c
321
sc_init = tgetstr("ti", &sp);
distrib/utils/more/screen.c
325
sc_deinit= tgetstr("te", &sp);
distrib/utils/more/screen.c
329
sc_eol_clear = tgetstr("ce", &sp);
distrib/utils/more/screen.c
335
sc_clear = tgetstr("cl", &sp);
distrib/utils/more/screen.c
341
sc_move = tgetstr("cm", &sp);
distrib/utils/more/screen.c
352
sc_s_in = tgetstr("so", &sp);
distrib/utils/more/screen.c
356
sc_s_out = tgetstr("se", &sp);
distrib/utils/more/screen.c
360
sc_u_in = tgetstr("us", &sp);
distrib/utils/more/screen.c
364
sc_u_out = tgetstr("ue", &sp);
distrib/utils/more/screen.c
368
sc_b_in = tgetstr("md", &sp);
distrib/utils/more/screen.c
375
sc_b_out = tgetstr("me", &sp);
distrib/utils/more/screen.c
380
sc_home = tgetstr("ho", &sp);
distrib/utils/more/screen.c
406
sc_lower_left = tgetstr("ll", &sp);
distrib/utils/more/screen.c
429
if ((sc_addline = tgetstr("al", &sp)) == NULL ||
distrib/utils/more/screen.c
431
sc_addline = tgetstr("sr", &sp);
distrib/utils/more/screen.c
444
sc_backspace = tgetstr("bc", &sp);
games/backgammon/common_source/fancy.c
729
tgetstr("pc", &bufp);
games/backgammon/common_source/fancy.c
738
**cap++ = (char *) tgetstr(code, &bufp);
games/warp/term.c
36
#define Tgetstr(key) ((tstr = tgetstr(key,&tmpaddr)) ? tstr : nullstr)
games/worms/worms.c
578
canbold = canbold || (s = tgetstr("md", NULL)) != NULL;
games/worms/worms.c
579
candim = candim || (s = tgetstr("mh", NULL)) != NULL;
lib/libcurses/PSD.doc/twinkle2.c
87
TI = tgetstr("ti", &ptr);
lib/libcurses/PSD.doc/twinkle2.c
92
VS = tgetstr("vs", &ptr);
lib/libcurses/PSD.doc/twinkle2.c
97
CL = tgetstr("cl", &ptr);
lib/libedit/terminal.c
1524
scap = tgetstr(ct_encode_string(*argv, &el->el_scratch), &area);
lib/libedit/terminal.c
77
extern char* tgetstr(char*, char**);
lib/libedit/terminal.c
895
terminal_alloc(el, t, tgetstr(strchr(t->name, *t->name),
lib/libterminfo/termcap.h
48
char * tgetstr(const char *, char **);
usr.bin/qsubst/qsubst.c
526
beginul = tgetstr("us", &cp);
usr.bin/qsubst/qsubst.c
528
beginul = tgetstr("so", &cp);
usr.bin/qsubst/qsubst.c
533
endul = tgetstr("se", &cp);
usr.bin/qsubst/qsubst.c
536
endul = tgetstr("ue", &cp);
usr.bin/telnet/telnet.c
695
if (tgetstr("ZZ", &zz_ptr) != NULL) {
usr.bin/tput/tput.c
116
(pl <= 2 && (s = tgetstr(p, NULL)) != NULL))
usr.sbin/rtadvd/advcap.c
104
char *tgetstr(char *, char **);