Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c176 enum { tbool, tnum, tstr, tcancel, tunknown } type; in checktermcap() enumerator
209 case '@': type = tcancel; break; in checktermcap()
223 (type = tcancel) ? "canceled" : "unknown"); in checktermcap()
227 if (type != tbool && type != tcancel) in checktermcap()
237 if (type != tnum && type != tcancel) in checktermcap()
247 if (type != tstr && type != tcancel) in checktermcap()
261 (type = tcancel) ? "canceled" : "(unknown type)", tbuf); in checktermcap()