HomeSort by: relevance | last modified time | path
    Searched refs:accset (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/flex/dist/src/
dfa.c 81 * int accset[nacc+1], int nacc );
95 * accset[1 .. nacc] is the list of accepting numbers for the DFA state.
98 void check_trailing_context (int *nfa_states, int num_states, int *accset, int nacc)
118 if (accset[j] & YY_TRAILING_HEAD_MASK) {
214 * int accset[num_rules+1], int *nacc_addr,
223 * accset holds a list of the accepting numbers, and the size of accset is
230 int *epsclosure (int *t, int *ns_addr, int accset[], int *nacc_addr, int *hv_addr)
249 accset[++nacc] = nfaccnum; \
374 int *accset, ds, nacc, newds local
    [all...]
gen.c 1058 int i, j, k, *accset, nacc, *acc_array, total_states; local
1113 accset = dfaacc[i].dfaacc_set;
1122 int accnum = accset[k];
1145 accset[k]);

Completed in 27 milliseconds