Searched refs:tcancel (Results 1 – 1 of 1) sorted by relevance
174 enum { tbool, tnum, tstr, tcancel, tunknown } type; in checktermcap() enumerator207 case '@': type = tcancel; break; in checktermcap()221 (type = tcancel) ? "canceled" : "unknown"); in checktermcap()225 if (type != tbool && type != tcancel) in checktermcap()235 if (type != tnum && type != tcancel) in checktermcap()245 if (type != tstr && type != tcancel) in checktermcap()259 (type = tcancel) ? "canceled" : "(unknown type)", tbuf); in checktermcap()