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

  /src/lib/libterminfo/
ti.c 128 tigetstr(const char *id) function
  /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...]

Completed in 14 milliseconds