Home
last modified time | relevance | path

Searched refs:nacc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/flex/src/
H A Ddfa.c97 void check_trailing_context (int *nfa_states, int num_states, int *accset, int nacc) in check_trailing_context() argument
116 for (j = 1; j <= nacc; ++j) in check_trailing_context()
232 int numstates = *ns_addr, nacc, hashval, transsym, nfaccnum; in epsclosure() local
248 accset[++nacc] = nfaccnum; \ in epsclosure()
289 nacc = stkend = hashval = 0; in epsclosure()
336 *nacc_addr = nacc; in epsclosure()
373 int *accset, ds, nacc, newds; in ntod() local
570 nset = epsclosure (nset, &numstates, accset, &nacc, in ntod()
573 if (snstods (nset, numstates, accset, nacc, hashval, &ds)) { in ntod()
574 numas += nacc; in ntod()
[all …]
H A Dgen.c1055 int i, j, k, *accset, nacc, *acc_array, total_states; in gentabs() local
1111 nacc = accsiz[i]; in gentabs()
1118 for (k = 1; k <= nacc; ++k) { in gentabs()
1144 if (k < nacc) in gentabs()