Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c188 uint_t ntokens = sizeof (tokens) / sizeof (tokens[0]) - 1; in __tablecheck() local
193 assert(ntokens == us3_nkeys); in __tablecheck()
194 for (n = 0; n < ntokens; n++) in __tablecheck()
211 uint_t ntokens; in cpc_strtoevent() local
223 ntokens = sizeof (us2_keyvals) / sizeof (us2_keyvals[0]); in cpc_strtoevent()
232 ntokens = sizeof (us3_keyvals) / sizeof (us3_keyvals[0]); in cpc_strtoevent()
247 if (idx >= 0 && idx < ntokens) { in cpc_strtoevent()
/illumos-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c352 uint_t ntokens = sizeof (tokens) / sizeof (tokens[0]) - 1; in __tablecheck() local
357 assert(ntokens == p6_nkeys); in __tablecheck()
358 for (n = 0; n < ntokens; n++) in __tablecheck()
375 uint_t ntokens; in cpc_strtoevent() local
387 ntokens = sizeof (p6_keyvals) / sizeof (p6_keyvals[0]); in cpc_strtoevent()
395 ntokens = sizeof (p5_keyvals) / sizeof (p5_keyvals[0]); in cpc_strtoevent()
411 if (idx >= 0 && idx < ntokens) { in cpc_strtoevent()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h145 #define TLOOP(i) for (i = 1; i <= ntokens; ++i)
198 extern int ntokens; /* number of tokens */
H A Dy2.c111 int ntokens = 0; variable
874 if (++ntokens >= ntoksz) in defin()
876 tokset[ntokens].name = cstash(s); in defin()
1016 tokset[ntokens].value = val; in defin()
1017 toklev[ntokens] = 0; in defin()
1018 return (ntokens); in defin()
1029 for (i = ndefout; i <= ntokens; ++i) { in defout()
1061 ndefout = ntokens+1; in defout()
H A Dy3.c68 temp1[(c -= NTBASE) + ntokens] == 0) { in output()
69 temp1[c + ntokens] = amem[indgo[i] + c]; in output()
471 j1 = ntokens; in wrstate()
H A Dy1.c119 tbitset = NWORDS(ntokens*LKFACTOR); in main()
433 ntokens, ntoksz, nnonter, nnontersz); in summary()