Home
last modified time | relevance | path

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

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_circ_old.d424 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
464 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
570 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
602 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
618 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
769 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
816 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
961 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
977 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
1245 if (SP_overflow()) { /* check SP-depth */ in subst_circ_mark()
[all …]
H A Dspvw_circ.d660 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
698 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
810 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
846 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
868 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
1036 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
1083 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
1228 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
1244 if (SP_overflow()) /* check SP-depth */ in get_circ_mark()
1514 if (SP_overflow()) { /* check SP-depth */ in subst_circ_mark()
[all …]
H A Dlispbibl.d12398 #define check_SP() if (SP_overflow()) SP_ueber()
12401 #define SP_overflow() ( (aint)SP() < (aint)SP_bound ) macro
12404 #define SP_overflow() ( (aint)SP() > (aint)SP_bound ) macro
12407 #define SP_overflow() false macro