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

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

Completed in 46 milliseconds