Searched defs:INPAREN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c168 #define INPAREN 0x1 macro
262 if (state & INPAREN) {
267 state |= INPAREN;
272 if (state & INPAREN) {
283 state &= ~INPAREN;
319 if (state & INPAREN) {
333 else if (state & INPAREN)
339 if (!(state & INPAREN))

Completed in 58 milliseconds