Home
last modified time | relevance | path

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

/dports/devel/tla/tla-1.3.5/src/hackerlab/rx/
H A Dsuper.h452 # define rx_page2_size (8) macro
470 # define rx_page2_size (4) macro
H A Dsuper.c146 static struct rx_inx * rx_default_small_table_page2[rx_page2_size] = { COPIES_PAGE2_SIZE };
150 static struct rx_inx * rx_small_table_backtrack_page2[rx_page2_size] = { COPIES_PAGE2_SIZE };
154 static struct rx_inx * rx_huge_char_page2[rx_page2_size] = { COPIES_PAGE2_SIZE };
1100 for (y = 0; y < rx_page2_size; ++y) in rx__really_free_superstate()
1867 page2_16 = (struct rx_inx **)rx_dfa_cache_malloc (rx_page2_size * sizeof (struct rx_inx *)); in install_partial_transition()
1870 …mem_move ((t_uchar *)page2_16, (t_uchar *)rx_default_small_table_page2, rx_page2_size * sizeof (st… in install_partial_transition()