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

/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c65 #define SYNCOUT() do{SYNCOUTX();pp.state=st;}while(0) macro
102 SYNCOUT(); \
167 #define SYNC() do{SYNCIN();SYNCOUT();}while(0)
169 #define SYNCOUT() (pp.toknxt=op) macro
448 SYNCOUT();
523 SYNCOUT();
576 SYNCOUT();
644 SYNCOUT();
675 SYNCOUT();
1371 SYNCOUT();
[all...]
H A Dppproto.c486 #define SYNC() do{SYNCIN();SYNCOUT();proto->flags&=~(EXTERN|INIT|OTHER|VARIADIC|VARIADIC2);proto->flags|=flags&(EXTERN|INIT|OTHER|VARIADIC|VARIADIC2);proto->call=call;}while(0)
488 #define SYNCOUT() (proto->op=op) macro
1501 SYNCOUT();
2062 SYNCOUT();

Completed in 63 milliseconds