Home
last modified time | relevance | path

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

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dinterp.c607 POP_ENV (); in Interpret()
669 POP_ENV (); in Interpret()
676 POP_ENV (); in Interpret()
702 POP_ENV (); in Interpret()
732 POP_ENV (); in Interpret()
764 POP_ENV (); in Interpret()
1149 POP_ENV (); in Interpret()
H A Dextern.h89 #define POP_ENV() SET_ENV (STACK_POP ()) macro
/dports/lang/gscheme/GScheme/
H A DVScheme.m115 "POP_ENV",
/dports/japanese/w3m/w3m-2b59b9e/
H A Dfile.c4410 #define POP_ENV \ macro
4658 POP_ENV;
4842 POP_ENV;
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dfile.c4410 #define POP_ENV \ macro
4658 POP_ENV;
4842 POP_ENV;
/dports/www/w3m/w3m-2b59b9e/
H A Dfile.c4410 #define POP_ENV \ macro
4658 POP_ENV;
4842 POP_ENV;
/dports/www/w3m-img/w3m-2b59b9e/
H A Dfile.c4410 #define POP_ENV \ macro
4658 POP_ENV;
4842 POP_ENV;
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-0.60_to_1.13914 * eval.c: 不必要になったPUSH_ENV, POP_ENVを減らした.