Searched refs:ntokens (Results 1 – 6 of 6) sorted by relevance
188 uint_t ntokens = sizeof (tokens) / sizeof (tokens[0]) - 1; in __tablecheck() local193 assert(ntokens == us3_nkeys); in __tablecheck()194 for (n = 0; n < ntokens; n++) in __tablecheck()211 uint_t ntokens; in cpc_strtoevent() local223 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()
352 uint_t ntokens = sizeof (tokens) / sizeof (tokens[0]) - 1; in __tablecheck() local357 assert(ntokens == p6_nkeys); in __tablecheck()358 for (n = 0; n < ntokens; n++) in __tablecheck()375 uint_t ntokens; in cpc_strtoevent() local387 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()
145 #define TLOOP(i) for (i = 1; i <= ntokens; ++i)198 extern int ntokens; /* number of tokens */
111 int ntokens = 0; variable874 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()
68 temp1[(c -= NTBASE) + ntokens] == 0) { in output()69 temp1[c + ntokens] = amem[indgo[i] + c]; in output()471 j1 = ntokens; in wrstate()
119 tbitset = NWORDS(ntokens*LKFACTOR); in main()433 ntokens, ntoksz, nnonter, nnontersz); in summary()