Searched refs:mindepth (Results 1 – 3 of 3) sorted by relevance
76 int maxdepth, mindepth; member1343 c->mindepth = 10000; in re_cwinit()1376 if (c->mindepth >= depth) c->mindepth = depth-1; in re_cwadd()1470 c->step[k] = c->mindepth+1; in shift()1472 c->root->shift2 = c->mindepth; in shift()1481 r->shift1 = c->mindepth; in shift()1482 r->shift2 = c->mindepth; in shift()1556 s = rs+c->mindepth-1; in re_cwexec()
262 static int mindepth = -1, maxdepth = -1; variable827 mindepth = (int)strtol(b, NULL, 10); in compile()968 (mindepth != -1 && state->level < mindepth)) in execute()
858 int mindepth; in fmri_contains() local882 mindepth = 1; in fmri_contains()884 mindepth = 0; in fmri_contains()904 (i < mindepth || strcmp(id1, id2) == 0)) in fmri_contains()