Searched defs:T_ERROR (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dcat.c91 #define T_ERROR 1 macro
193 states[0] = sfvalue(ip) ? T_ERROR : T_EOF;
199 states[0] = n ? T_ERROR : T_EOF;
254 case T_ERROR:
278 states[0] = sfvalue(ip) ? T_ERROR : T_EOF;
284 states[0] = m ? T_ERROR : T_EOF;
353 states[0] = sfvalue(ip) ? T_ERROR : T_EOF;
360 states[0] = n ? T_ERROR : T_EOF;
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h67 #define T_ERROR 0x0020 /* fatal error occurred */ macro
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h217 L_DECL(T_ERROR); variable
H A Dtree.h83 T_ERROR, /* error declaration */ enumerator in enum:node::nodetype
211 * T_ERROR

Completed in 87 milliseconds