Searched refs:PrintConstant (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | luac.c | 296 static void PrintConstant(const Proto* f, int i) in PrintConstant() function 374 printf(COMMENT); PrintConstant(f,bx); in PrintCode() 378 printf(COMMENT); PrintConstant(f,EXTRAARG); in PrintCode() 404 printf(" "); PrintConstant(f,c); in PrintCode() 414 printf(COMMENT); PrintConstant(f,c); in PrintCode() 419 printf(" "); PrintConstant(f,b); in PrintCode() 420 if (isk) { printf(" "); PrintConstant(f,c); } in PrintCode() 424 if (isk) { printf(COMMENT); PrintConstant(f,c); } in PrintCode() 428 if (isk) { printf(COMMENT); PrintConstant(f,c); } in PrintCode() 432 printf(COMMENT); PrintConstant(f,b); in PrintCode() [all …]
|