Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/include/
H A Dmnt.h43 int npass; /* number of parallel passes */ member
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dmnt.h43 int npass; /* number of parallel passes */ member
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dmnt.h52 int npass; /* number of parallel passes */ member
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dmnt.h52 int npass; /* number of parallel passes */ member
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dmnt.h52 int npass; /* number of parallel passes */ member
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dmnt.h52 int npass; /* number of parallel passes */ member
/titanic_51/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 …]
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/
H A Doptlib.h87 int npass; /* # optjoin() passes */ member
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptlib.h93 int npass; /* # optjoin() passes */ member
H A Doptget.c2463 for (i = 0; i < state.npass; i++) in opthelp()
2469 if (i >= state.npass) in opthelp()
2479 if (state.npass > 0) in opthelp()
2482 e = o + state.npass; in opthelp()
2484 else if (state.npass < 0) in opthelp()
4306 if (state.npass) in optget()
4308 state.npass = 0; in optget()
4327 state.npass = -1; in optget()
4332 n = state.npass ? state.npass in optget()
[all...]