Home
last modified time | relevance | path

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

/dports/lang/rexx-imc/rexx-imc-1.76/
H A Drexx.c24 static int haltline=0; /* line number where halt occurred */ variable
288 if(bit==Ihalt)sigl=haltline; /* in the case of halt, use stored sigl*/
1762 if(delay==Ihalt)sigl=haltline;
2202 haltline=prog[errstmt].num;/* Find the line number at which halt occurred */ in on_halt()