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

/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c167 #define INPAREN 0x1 macro
263 if (state & INPAREN) {
268 state |= INPAREN;
273 if (state & INPAREN) {
284 state &= ~INPAREN;
320 if (state & INPAREN) {
334 else if (state & INPAREN)
340 if (!(state & INPAREN))

Completed in 16 milliseconds