Source position: lauxlib.pas line 122
type luaL_Buffer = record
p: PChar;
lvl: Integer;
L: Plua_State;
buffer: array [0..LUAL_BUFFERSIZE-1] of Char;
end;