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

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

Completed in 78 milliseconds