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

  /src/external/gpl2/xcvs/dist/lib/
regexec.c 3311 bitset *dests_ch;
3317 bitset dests_ch[SBC_MAX];
3322 destination state contains, and `dests_ch[i]' represents the
3336 dests_ch = dests_alloc->dests_ch;
3343 ndests = group_nodes_into_DFAstates (dfa, state, dests_node, dests_ch);
3435 bitset_merge (acceptable, dests_ch[i]);
3457 for (j = 0; (dests_ch[j][i] & mask) == 0; ++j)
3487 for (j = 0; (dests_ch[j][i] & mask) == 0; ++j)
3501 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)
3307 bitset *dests_ch; local
3313 bitset dests_ch[SBC_MAX]; member in struct:dests_alloc
    [all...]
regexec.c 3311 bitset *dests_ch;
3317 bitset dests_ch[SBC_MAX];
3322 destination state contains, and `dests_ch[i]' represents the
3336 dests_ch = dests_alloc->dests_ch;
3343 ndests = group_nodes_into_DFAstates (dfa, state, dests_node, dests_ch);
3435 bitset_merge (acceptable, dests_ch[i]);
3457 for (j = 0; (dests_ch[j][i] & mask) == 0; ++j)
3487 for (j = 0; (dests_ch[j][i] & mask) == 0; ++j)
3501 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)
3307 bitset *dests_ch; local
3313 bitset dests_ch[SBC_MAX]; member in struct:dests_alloc
    [all...]

Completed in 33 milliseconds