Searched refs:statecount (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp_trie.c85 for( state = 1 ; state < trie->statecount ; state++ ) {
973 trie->statecount = next_alloc;
1256 trie->statecount = laststate;
1322 (UV)trie->statecount,
1363 for ( state = 1 ; state < trie->statecount-1 ; state++ ) {
1621 const U32 numstates = trie->statecount;
H A Dregcomp.h1256 U32 statecount; /* Build only - number of states in the states array member in struct:_reg_trie_data
H A Dregcomp_debug.c448 (IV)trie->statecount-1, /* -1 because of the unused 0 element */

Completed in 74 milliseconds