Home
last modified time | relevance | path

Searched refs:npass (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libast/common/include/
H A Dmnt.h43 int npass; /* number of parallel passes */ member
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dmnt.h52 int npass; /* number of parallel passes */ member
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dmnt.h52 int npass; /* number of parallel passes */ member
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dmnt.h52 int npass; /* number of parallel passes */ member
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dmnt.h52 int npass; /* number of parallel passes */ member
/titanic_50/usr/src/lib/libast/common/misc/
H A Doptlib.h90 int npass; /* # optjoin() passes */ member
H A Doptget.c2190 for (i = 0; i < opt_info.state->npass; i++) in opthelp()
2196 if (i >= opt_info.state->npass) in opthelp()
2204 else if (opt_info.state->npass > 0) in opthelp()
2207 e = o + opt_info.state->npass; in opthelp()
2209 else if (opt_info.state->npass < 0) in opthelp()
3940 if (opt_info.state->npass) in optget()
3942 opt_info.state->npass = 0; in optget()
3961 opt_info.state->npass = -1; in optget()
3966 n = opt_info.state->npass ? opt_info.state->npass : 1; in optget()
3969 if (n >= opt_info.state->npass || opt_info.state->pass[n].oopts != (char*)oopts) in optget()
[all …]