Home
last modified time | relevance | path

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

/external/lua/src/
Dluac.c295 static void PrintConstant(const Proto* f, int i) in PrintConstant() function
369 printf(COMMENT); PrintConstant(f,bx); in PrintCode()
373 printf(COMMENT); PrintConstant(f,EXTRAARG); in PrintCode()
399 printf(" "); PrintConstant(f,c); in PrintCode()
409 printf(COMMENT); PrintConstant(f,c); in PrintCode()
414 printf(" "); PrintConstant(f,b); in PrintCode()
415 if (isk) { printf(" "); PrintConstant(f,c); } in PrintCode()
419 if (isk) { printf(COMMENT); PrintConstant(f,c); } in PrintCode()
423 if (isk) { printf(COMMENT); PrintConstant(f,c); } in PrintCode()
427 printf(COMMENT); PrintConstant(f,b); in PrintCode()
[all …]