HomeSort by: relevance | last modified time | path
    Searched refs:tigetstr (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/nvi/dist/cl/
cl_bsd.c 44 * 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(name function
    [all...]
cl_term.c 107 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 ||
cl_screen.c 578 if ((t = tigetstr(name)) != NULL &&
  /src/usr.bin/tput/
tput.c 93 s = tigetstr("is1");
107 s = tigetstr("rs1");
115 if (((s = tigetstr(p)) != NULL && s != (char *)-1) ||
  /src/lib/libterminfo/
ti.c 128 tigetstr(const char *id) function
Makefile 36 terminfo.3 tigetstr.3 terminfo.3 tparm.3 terminfo.3 tputs.3 \
term.h 1958 char * tigetstr(const char *);
  /src/games/worms/
worms.c 573 bool canbold = (s = tigetstr("bold")) != (char* )-1 && s != NULL;
574 bool candim = (s = tigetstr("dim")) != (char* )-1 && s != NULL;
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui.c 439 cap = tigetstr ((char *) "cup");
  /src/external/gpl3/gdb/dist/gdb/tui/
tui.c 468 cap = tigetstr ((char *) "cup");
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 146 cap = curses.tigetstr(cap_name)
  /src/usr.sbin/tprof/
tprof_top.c 134 if ((p = tigetstr("cuu")) != NULL) {
136 } else if ((p = tigetstr("cuu1")) != NULL) {
150 if ((p = tigetstr("el")) != NULL)
  /src/external/bsd/tmux/dist/
tty-term.c 727 s = tigetstr((const char *)ent->name);

Completed in 49 milliseconds