Searched refs:firstpos (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-ast.h49 tre_pos_and_tags_t *firstpos; member in struct:__anon2713
H A Dtre-compile.c61 c->right->firstpos = NULL;
93 c->left->firstpos = NULL;
1316 /* Computes and fills in the fields `nullable', `firstpos', and `lastpos' for
1343 /* Back references: nullable = false, firstpos = {i},
1346 node->firstpos = tre_set_one(mem, lit->position, 0,
1348 if (!node->firstpos)
1359 nullable = true, firstpos = {}, and lastpos = {}. */
1361 node->firstpos = tre_set_empty(mem);
1362 if (!node->firstpos)
1370 /* Literal at position i: nullable = false, firstpos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c1607 Firstpos: The firstpos of a node is the set of positions (nonempty leaves)
1610 * EMPTY leaves have empty firstpos.
1611 * The firstpos of a nonempty leaf is that leaf itself.
1612 * The firstpos of a QMARK, STAR, or PLUS node is the firstpos of its
1614 * The firstpos of a CAT node is the firstpos of the left argument, union
1615 the firstpos of the right if the left argument is nullable.
1616 * The firstpos of an OR node is the union of firstpos o
1651 position *firstpos; /* Array where firstpos elements are stored. */ local
[all...]

Completed in 116 milliseconds