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

/osnet-11/usr/src/lib/libc/port/gen/
H A Drandom.c58 * setstate() routine with the same array as was initiallized with initstate().
69 * in it -- see setstate() for details).
215 * be able to restart with setstate().
217 * setstate() so that it doesn't matter when initstate is called.
288 * setstate:
295 * setstate() with the same state as the current state.
300 setstate(const char *arg_state) function
/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h388 #undef setstate /* random clash! */ macro
454 #define setstate(s,v) ((v)?(pp.state|=(s)):(pp.state&=~(s))) macro

Completed in 136 milliseconds