Lines Matching defs:Idx

129 typedef __re_idx_t Idx;
132 #define REG_MISSING ((Idx) -1)
135 #define REG_ERROR ((Idx) -2)
139 # define REG_VALID_INDEX(n) ((Idx) (n) < REG_ERROR)
146 # define REG_VALID_NONZERO_INDEX(n) ((Idx) ((n) - 1) < (Idx) (REG_ERROR - 1))
224 Idx alloc;
225 Idx nelem;
226 Idx *elems;
312 Idx nmbchars;
315 Idx ncoll_syms;
318 Idx nequiv_classes;
321 Idx nranges;
324 Idx nchar_classes;
337 Idx idx; /* for BACK_REF */
371 Idx *offsets;
376 Idx raw_mbs_idx;
378 Idx valid_len;
380 Idx valid_raw_len;
382 Idx bufs_len;
384 Idx cur_idx;
386 Idx raw_len;
388 Idx len;
392 Idx raw_stop;
394 Idx stop;
429 Idx new_buf_len)
438 static unsigned int re_string_context_at (const re_string_t *input, Idx idx,
495 Idx node_idx;
559 Idx num;
560 Idx alloc;
568 Idx next_idx;
569 Idx alloc;
577 Idx node;
578 Idx str_idx; /* The position NODE match at. */
588 Idx str_idx;
589 Idx node;
591 Idx alasts; /* Allocation size of LASTS. */
592 Idx nlasts; /* The number of LASTS. */
598 Idx node;
599 Idx str_idx;
600 Idx subexp_from;
601 Idx subexp_to;
619 Idx match_last;
620 Idx last_node;
623 Idx state_log_top;
625 Idx nbkref_ents;
626 Idx abkref_ents;
629 Idx nsub_tops;
630 Idx asub_tops;
638 Idx last_node;
639 Idx last_str_idx;
645 Idx idx;
646 Idx node;
653 Idx num;
654 Idx alloc;
663 Idx *nexts;
664 Idx *org_indices;
680 Idx init_node;
681 Idx nbackref; /* The number of backreference in this dfa. */
698 Idx *subexp_map;
739 bitset_set (bitset_t set, Idx i)
745 bitset_clear (bitset_t set, Idx i)
751 bitset_contain (const bitset_t set, Idx i)
809 re_string_char_size_at (const re_string_t *pstr, Idx idx)
822 re_string_wchar_at (const re_string_t *pstr, Idx idx)
831 re_string_elem_size_at (const re_string_t *pstr, Idx idx)