Searched defs:NSTATES (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h85 #define NSTATES 300 macro
93 #define NSTATES 500 macro
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.h76 #define NSTATES 32 macro
198 extern state_info_t g_cstate_info[NSTATES];
199 extern freq_state_info_t g_pstate_info[NSTATES];
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h70 #define NSTATES 1000 macro
109 * TEMPSIZE >= NSTATES
/illumos-gate/usr/src/cmd/oawk/
H A Db.c43 #define NSTATES 256 macro
85 int *state[NSTATES];
440 struct fa *where[NSTATES];
755 if (n >= NSTATES - 1) {
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h244 #define NSTATES 32 macro
256 uchar gototab[NSTATES][NCHARS];
257 int *posns[NSTATES];
258 uchar out[NSTATES];
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c485 #define NSTATES 6 /* number of states */ macro
493 static short StateTab[NSTATES][NSTATES] =

Completed in 73 milliseconds