Home
last modified time | relevance | path

Searched defs:minstack (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rexx-imc/rexx-imc-1.76/
H A Dconst.h318 struct minstack { /* A minimum program stack entry */ struct
319 int stmt; /* Statement where block started */
321 int dummy; /* Artificial padding */
323 char *pos; /* Pointer to statement (used to find the WHILE or UNTIL)*/
324 int len; /* Length of this stack entry */
325 int type; /* Type = 0 for DO; */
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dsoi.c44 int minstack=2200; /* and this much stack to not crash when <tab> is pressed */ variable
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dmwd.cpp5570 long maxstack, minstack, i, j, addr, size, totused, totfree; in stackcheck() local
/dports/editors/texstudio/texstudio-4.1.2/src/debug/
H A Ddebughelper.cpp670 char *minstack = cpu.stack < cpu.frame ? cpu.stack : cpu.frame; in signalHandler() local