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

/opensolaris-onvv-gate/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c188 uint_t ntokens = sizeof (tokens) / sizeof (tokens[0]) - 1; local
193 assert(ntokens == us3_nkeys);
194 for (n = 0; n < ntokens; n++)
211 uint_t ntokens; local
223 ntokens = sizeof (us2_keyvals) / sizeof (us2_keyvals[0]);
232 ntokens = sizeof (us3_keyvals) / sizeof (us3_keyvals[0]);
247 if (idx >= 0 && idx < ntokens) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h147 #define TLOOP(i) for (i = 1; i <= ntokens; ++i)
200 extern int ntokens; /* number of tokens */
259 /* temporary vector, indexable by states, terms, or ntokens */
H A Dy3.c70 temp1[(c -= NTBASE) + ntokens] == 0) {
71 temp1[c + ntokens] = amem[indgo[i] + c];
474 j1 = ntokens;
H A Dy2.c113 int ntokens = 0; variable
907 if (++ntokens >= ntoksz)
909 tokset[ntokens].name = cstash(s);
1049 tokset[ntokens].value = val;
1050 toklev[ntokens] = 0;
1051 return (ntokens);
1062 for (i = ndefout; i <= ntokens; ++i) {
1094 ndefout = ntokens+1;
H A Dy1.c94 int *temp1; /* temp storate, indexed by terms+ntokens or states */
121 tbitset = NWORDS(ntokens*LKFACTOR);
435 ntokens, ntoksz, nnonter, nnontersz);
/opensolaris-onvv-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c352 uint_t ntokens = sizeof (tokens) / sizeof (tokens[0]) - 1; local
357 assert(ntokens == p6_nkeys);
358 for (n = 0; n < ntokens; n++)
375 uint_t ntokens; local
387 ntokens = sizeof (p6_keyvals) / sizeof (p6_keyvals[0]);
395 ntokens = sizeof (p5_keyvals) / sizeof (p5_keyvals[0]);
411 if (idx >= 0 && idx < ntokens) {

Completed in 59 milliseconds