Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c76 int maxdepth, mindepth; member
1343 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()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c255 static int mindepth = -1, maxdepth = -1; variable
759 mindepth = (int)strtol(b, NULL, 10); in compile()
884 (mindepth != -1 && state->level < mindepth)) in execute()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c858 int mindepth; in fmri_contains() local
882 mindepth = 1; in fmri_contains()
884 mindepth = 0; in fmri_contains()
904 (i < mindepth || strcmp(id1, id2) == 0)) in fmri_contains()