Lines Matching defs:interpreter
1765 typedef struct interpreter PerlInterpreter;
2177 /* the traditional thread-unsafe notion of "current interpreter". */
3470 holding variables which must be per-interpreter
3472 be per-thread is per-interpreter.
3475 struct interpreter {
3488 struct interpreter {
4142 * Boilerplate macros for initializing and accessing interpreter-local
4151 * all the data that needs to be interpreter-local.
4168 /* Fetches the SV that keeps the per-interpreter data. */
4174 * interpreter-local data. */
4179 /* Creates and zeroes the per-interpreter data.
4181 * the interpreter goes away.) */