Searched refs:tcancel (Results 1 – 1 of 1) sorted by relevance
176 enum { tbool, tnum, tstr, tcancel, tunknown } type; in checktermcap() enumerator209 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()