Searched refs:last_str (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c605 unsigned last_str = STRWRITE; local
617 last_str = STRCOUNT;
637 for (i = 0; i < last_str; i++) {
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregexec.c162 int top_str, int last_node, int last_str,
2854 check_arrival (mctx, path, top_node, top_str, last_node, last_str,
2858 int top_node, top_str, last_node, last_str, type;
2870 if (BE (path->alloc < last_str + mctx->max_mb_elem_len + 1, 0))
2874 path->alloc += last_str + mctx->max_mb_elem_len + 1;
2941 for (null_cnt = 0; str_idx < last_str && null_cnt <= mctx->max_mb_elem_len;)
2992 cur_nodes = (mctx->state_log[last_str] == NULL ? NULL
2993 : &mctx->state_log[last_str]->nodes);

Completed in 108 milliseconds