Searched refs:tigetstr (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_bsd.c44 * HP's support the entire System V curses package except for the tigetstr
141 if ((p = tigetstr(on ? "smkx" : "rmkx")) != (char *)-1) {
187 ke = ((p = tigetstr("rmkx")) == (char *)-1) ?
191 ks = ((p = tigetstr("smkx")) == (char *)-1) ?
195 vb = ((p = tigetstr("flash")) == (char *)-1) ?
283 * tigetstr --
285 * Vendors put the prototype for tigetstr into random include files, including
291 * PUBLIC: char *tigetstr __P((const char *));
294 * PUBLIC: char *tigetstr __P((char *));
298 tigetstr(nam function
[all...]
H A Dcl_term.c107 if ((t = tigetstr(tkp->ts)) == NULL || t == (char *)-1)
123 if ((t = tigetstr(tkp->ts)) == NULL || t == (char *)-1)
142 if ((t = tigetstr(tkp->ts)) == NULL || t == (char *)-1)
240 if ((p = tigetstr(name)) == NULL ||
H A Dcl_screen.c578 if ((t = tigetstr(name)) != NULL &&
/netbsd-current/usr.bin/tput/
H A Dtput.c93 s = tigetstr("is1");
107 s = tigetstr("rs1");
115 if (((s = tigetstr(p)) != NULL && s != (char *)-1) ||
/netbsd-current/lib/libterminfo/
H A Dti.c128 tigetstr(const char *id) function
H A DMakefile34 terminfo.3 tigetstr.3 terminfo.3 tparm.3 terminfo.3 tputs.3 \
H A Dterm.h1958 char * tigetstr(const char *);
/netbsd-current/games/worms/
H A Dworms.c573 bool canbold = (s = tigetstr("bold")) != (char* )-1 && s != NULL;
574 bool candim = (s = tigetstr("dim")) != (char* )-1 && s != NULL;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui.c412 cap = tigetstr ((char *) "cup");
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui.c424 cap = tigetstr ((char *) "cup");
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DProgressBar.py146 cap = curses.tigetstr(cap_name)
/netbsd-current/usr.sbin/tprof/
H A Dtprof_top.c134 if ((p = tigetstr("cuu")) != NULL) {
136 } else if ((p = tigetstr("cuu1")) != NULL) {
150 if ((p = tigetstr("el")) != NULL)
/netbsd-current/external/bsd/tmux/dist/
H A Dtty-term.c710 s = tigetstr((const char *)ent->name);

Completed in 159 milliseconds