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

/ast/src/lib/libast/uwin/
H A Drandom.c46 #define setstate ______setstate macro
56 #undef setstate macro
74 calling the setstate() function with the same array as was initiallized
84 information also has some other information stored in it; see setstate
234 lose this information and will be able to restart with setstate.
236 setstate so that it doesn't matter when initstate is called.
300 to the order in which things are done, it is OK to call setstate with the function
303 extern char *setstate(const char *arg_state)
/ast/src/lib/libpp/
H A Dpplib.h390 #undef setstate /* random clash! */ macro
456 #define setstate(m,v) ppset(&pp.state,m,v) macro

Completed in 23 milliseconds