Searched defs:ST_NONE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dlexstates.h80 #define ST_NONE 11 macro
125 extern char *sh_lexstates[ST_NONE];
126 extern const char *sh_lexrstates[ST_NONE];
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c123 #define ST_NONE (-1) macro
204 , {SMFIC_MACRO, CM_ARGV, ST_NONE, CT_KEEP, CI_NONE, st_macros }
364 if (newstate != ST_NONE && !trans_ok(curstate, newstate))
395 if (newstate != ST_NONE)
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h459 ST_NONE, /* Sentinal to indicate "no status" */ enumerator in enum:__anon6551

Completed in 82 milliseconds