Home
last modified time | relevance | path

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

/freebsd-9-stable/gnu/lib/libregex/
Dregexec.c802 mctx.state_log_top = mctx.nbkref_ents = mctx.max_mb_elem_len = 0;
1678 int top = mctx->state_log_top;
1694 mctx->state_log_top = next_state_log_idx;
2287 if (cur_idx > mctx->state_log_top)
2290 mctx->state_log_top = cur_idx;
2366 int max = mctx->state_log_top;
Dregex_internal.h570 int state_log_top; member