Home
last modified time | relevance | path

Searched refs:doconds (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rexx-imc/rexx-imc-1.76/
H A Drexx.c639 tmpchr=ppc; ppc=tmpppc;doconds();ppc=tmpchr;
699 doconds(); /* Check for trapped conditions in the DO */
708 doconds(); /* trap conditions before continuing */
743 doconds(); /* trap conditions before continuing */
1006 doconds(); /* Before calling, check for conditions */
1046 doconds(); /* Before going, check for conditions */
1432 doconds(); /* Test and carry out any signals */
1990 static void doconds() /* check for delayed conditions and trap them */ in doconds() function
H A Dfunctions.h112 static void doconds Args((void)); /* Check for delaye…