Home | History | Annotate | Download | only in Modules

Lines Matching refs:load_func

6228 #define OP(opcode, load_func) \
6229 case opcode: if (load_func(self) < 0) break; continue;
6231 #define OP_ARG(opcode, load_func, arg) \
6232 case opcode: if (load_func(self, (arg)) < 0) break; continue;