Home
last modified time | relevance | path

Searched refs:thisstr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tput/
H A Dtput.c216 char *thisstr; in outputcap() local
227 if ((thisstr = tigetstr(cap)) != (char *)-1) { in outputcap()
228 if (!thisstr) { in outputcap()
238 putp(tparm(thisstr, in outputcap()
242 putp(thisstr); in outputcap()