checkreg 308 lib/lua/ldebug.c case OpArgR: checkreg(pt, r); break; checkreg 329 lib/lua/ldebug.c checkreg(pt, a); checkreg 398 lib/lua/ldebug.c checkreg(pt, a+1); checkreg 408 lib/lua/ldebug.c checkreg(pt, a+2+c); /* space for results */ checkreg 414 lib/lua/ldebug.c checkreg(pt, a+3); checkreg 426 lib/lua/ldebug.c checkreg(pt, a+b-1); checkreg 433 lib/lua/ldebug.c checkreg(pt, a+c-1); checkreg 439 lib/lua/ldebug.c if (b > 0) checkreg(pt, a+b-1); checkreg 443 lib/lua/ldebug.c if (b > 0) checkreg(pt, a + b); checkreg 468 lib/lua/ldebug.c checkreg(pt, a+b-1);