Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/cscope-fast/
H A Dcgrep.c79 int maxdepth, mindepth; member
1348 c->mindepth = 10000; in re_cwinit()
1381 if (c->mindepth >= depth) c->mindepth = depth-1; in re_cwadd()
1475 c->step[k] = c->mindepth+1; in shift()
1477 c->root->shift2 = c->mindepth; in shift()
1486 r->shift1 = c->mindepth; in shift()
1487 r->shift2 = c->mindepth; in shift()
1561 s = rs+c->mindepth-1; in re_cwexec()
/titanic_44/usr/src/cmd/find/
H A Dfind.c251 static int mindepth = -1, maxdepth = -1; variable
758 mindepth = (int)strtol(b, (char **)NULL, 10);
843 (mindepth != -1 && state->level < mindepth))
/titanic_44/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c810 int mindepth; in fmri_contains() local
834 mindepth = 1; in fmri_contains()
836 mindepth = 0; in fmri_contains()
856 (i < mindepth || strcmp(id1, id2) == 0)) in fmri_contains()