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

  /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 in typeref:typename:char *
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/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)

Completed in 17 milliseconds