Home
last modified time | relevance | path

Searched refs:accset (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Ddfa.c98 void check_trailing_context (int *nfa_states, int num_states, int *accset, int nacc) in check_trailing_context() argument
118 if (accset[j] & YY_TRAILING_HEAD_MASK) { in check_trailing_context()
230 int *epsclosure (int *t, int *ns_addr, int accset[], int *nacc_addr, int *hv_addr) in epsclosure() argument
249 accset[++nacc] = nfaccnum; \ in epsclosure()
374 int *accset, ds, nacc, newds; in ntod() local
399 accset = allocate_integer_array ((num_rules + 1) * 2); in ntod()
416 accset[i] = NIL; in ntod()
571 nset = epsclosure (nset, &numstates, accset, &nacc, in ntod()
574 if (snstods (nset, numstates, accset, nacc, hashval, &ds)) { in ntod()
581 accset, nacc); in ntod()
[all …]
H A Dgen.c1058 int i, j, k, *accset, nacc, *acc_array, total_states; in gentabs() local
1113 accset = dfaacc[i].dfaacc_set; in gentabs()
1122 int accnum = accset[k]; in gentabs()
1145 accset[k]); in gentabs()
/netbsd-src/external/bsd/flex/dist/
H A DChangeLog7927 * dfa.c: fixed underallocation for accset