Home
last modified time | relevance | path

Searched defs:forstack (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rexx-imc/rexx-imc-1.76/
H A Dconst.h330 struct forstack { /* A program stack entry for the "DO count" instruction */ struct
331 int stmt; /* Statement number of DO instruction */
333 int dummy1; /* Artificial padding */
335 char *pos; /* Pointer to statement (used to find the WHILE or UNTIL)*/
337 int dummy; /* More artificial padding */
339 int fornum; /* Loop counter */
340 int len; /* Length of this stack entry */
341 int type; /* Type = 15 for a "DO count" instruction */
/dports/lang/basic256/basic256-2.0.0.11/
H A DInterpreter.h264 forframe *forstack; // stack FOR/NEXT for current recurse level variable