Home
last modified time | relevance | path

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

/dports/lang/rexx-imc/rexx-imc-1.76/
H A Drexx.c166 findsigl(&lev); /* Find the SIGNAL ON instruction. */
967 findsigl(&istart); /* find the start level */
1016 l=findsigl(&istart);
1672 static int findsigl(level)/* Save the current program, go down stack to find */ in findsigl() function
1857 l=findsigl(&rlen);
2005 findsigl(&cond); in doconds()
2201 errstmt=findsigl(&dummy); in on_halt()
H A Dfunctions.h107 static int findsigl Args((int *level)); /* Find most recent…