Home
last modified time | relevance | path

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

/dragonfly/contrib/grep/lib/
HDdfa.c40 typedef ptrdiff_t idx_t; typedef
41 static idx_t const IDX_MAX = PTRDIFF_MAX;
322 idx_t index; /* Index into the parse array. */
330 idx_t nelem; /* Number of elements in this set. */
331 idx_t alloc; /* Number of elements allocated in ELEMS. */
363 idx_t nchars;
364 idx_t nchars_alloc;
404 idx_t left; /* Number of characters remaining. */
406 idx_t parens; /* Count of outstanding left parens. */
426 idx_t depth; /* Current depth of a hypothetical stack
[all …]