Procedures

ProcedureLocationProcedure TypeDescription
aot_err_handler aot_err_module Subroutine

Error handler to capture Lua errors.

Read more…
aot_exists aot_table_module Function

Returns wether a given entity exists in the Lua script L.

Read more…
aot_file_to_buffer aotus_module Subroutine

Subroutine to load a script from a file and put it into a character buffer.

Read more…
aot_fin_path aot_path_module Subroutine

This subroutine finalizes a path object and deallocates all its nodes.

aot_fun_close aot_fun_module Subroutine

Close the function again (pop everything above from the stack).

aot_fun_do aot_fun_module Subroutine

Execute a given function and put its results on the stack, where it is retrievable with aot_top_get_val.

Read more…
aot_fun_id aot_fun_module Function

A string identifying the function uniquely in the Lua script.

aot_fun_open aot_fun_module Interface

Open a Lua function for evaluation.

Read more…
aot_fun_put aot_fun_module Interface

Put an argument into the lua function.

Read more…
aot_fun_put aot_quadruple_fun_module Interface

Put an argument into the lua function.

Read more…
aot_fun_put aot_extdouble_fun_module Interface

Put an argument into the lua function.

Read more…
aot_fun_put_double aot_fun_module Subroutine

Put an argument of type double into the list of arguments for the function.

aot_fun_put_double_v aot_fun_module Subroutine

Put an array of doubles into the list of arguments for the function.

aot_fun_put_extdouble aot_extdouble_fun_module Subroutine

Put an argument of type extended double into the list of arguments for the function.

aot_fun_put_extdouble_v aot_extdouble_fun_module Subroutine

Put an array of extended doubles into the list of arguments for the function.

aot_fun_put_quadruple aot_quadruple_fun_module Subroutine

Put an argument of type double into the list of arguments for the function.

aot_fun_put_quadruple_v aot_quadruple_fun_module Subroutine

Put an array of quadruples into the list of arguments for the function.

aot_fun_put_single aot_fun_module Subroutine

Put an argument of type single into the list of arguments for the function.

aot_fun_put_single_v aot_fun_module Subroutine

Put an array of singles into the list of arguments for the function.

aot_fun_put_top aot_fun_module Subroutine

Put the top of the stack as argument into the list of arguments for the function.

aot_fun_ref aot_fun_module Subroutine

Get a function from a previously defned Lua reference.

Read more…
aot_fun_table aot_fun_module Subroutine

Get a function defined as component of a table.

Read more…
aot_fun_top aot_fun_module Function

Return the stack of the top as a function.

Read more…
aot_get_val aot_extdouble_table_module Interface

Get a value from a table.

Read more…
aot_get_val aot_table_module Interface

Get a value from the Lua script.

Read more…
aot_get_val aot_quadruple_vector_module Interface

Use these routines to obtain a vector whose length is unknown.

Read more…
aot_get_val aot_quadruple_vector_module Interface

Use these routines to obtain a vector of known length.

Read more…
aot_get_val aot_vector_module Interface

Use these routines to obtain a vector whose length is unknown.

Read more…
aot_get_val aot_vector_module Interface

Use these routines to obtain a vector of known length.

Read more…
aot_get_val aot_extdouble_vector_module Interface

Use these routines to obtain a vector whose length is unknown.

Read more…
aot_get_val aot_extdouble_vector_module Interface

Use these routines to obtain a vector of known length.

Read more…
aot_get_val aot_quadruple_table_module Interface

Get a value from a table.

Read more…
aot_init_path aot_path_module Subroutine

This subroutine initializes a path object.

Read more…
aot_out_breakline aot_out_general_module Subroutine

This subroutine takes care of the proper linebreaking in Lua-Tables.

Read more…
aot_out_close aot_out_general_module Subroutine

Close the opened script again.

Read more…
aot_out_close_table aot_out_general_module Subroutine

Close the current table.

Read more…
aot_out_open aot_out_general_module Subroutine

Open the file to write to and return a handle (put_conf) to it.

Read more…
aot_out_open_table aot_out_general_module Subroutine

Start a new table to write to.

Read more…
aot_out_toChunk aot_out_general_module Subroutine

This subroutine converts information written in outunit to string

aot_out_val aot_quadruple_out_module Interface

Put Fortran intrinsic types into the script.

Read more…
aot_out_val aot_extdouble_out_module Interface

Put Fortran intrinsic types into the script.

Read more…
aot_out_val aot_out_module Interface

Put Fortran intrinsic types into the script.

Read more…
aot_out_val_arr_double aot_out_module Subroutine

This is a vectorized version of the value output.

Read more…
aot_out_val_arr_extdouble aot_extdouble_out_module Subroutine

This is a vectorized version of the value output.

Read more…
aot_out_val_arr_int aot_out_module Subroutine

This is a vectorized version of the value output.

Read more…
aot_out_val_arr_logical aot_out_module Subroutine

This is a vectorized version of the value output.

Read more…
aot_out_val_arr_long aot_out_module Subroutine

This is a vectorized version of the value output.

Read more…
aot_out_val_arr_quadruple aot_quadruple_out_module Subroutine

This is a vectorized version of the value output.

Read more…
aot_out_val_arr_real aot_out_module Subroutine

This is a vectorized version of the value output.

Read more…
aot_out_val_arr_string aot_out_module Subroutine

This is a vectorized version of the value output.

Read more…
aot_out_val_double aot_out_module Subroutine

Put double variables into the Lua script.

Read more…
aot_out_val_extdouble aot_extdouble_out_module Subroutine

Put extdouble variables into the Lua script.

Read more…
aot_out_val_int aot_out_module Subroutine

Put integer variables into the Lua script.

Read more…
aot_out_val_logical aot_out_module Subroutine

Put logical variables into the Lua script.

Read more…
aot_out_val_long aot_out_module Subroutine

Put long variables into the Lua script.

Read more…
aot_out_val_quadruple aot_quadruple_out_module Subroutine

Put quadruple variables into the Lua script.

Read more…
aot_out_val_real aot_out_module Subroutine

Put real variables into the Lua script.

Read more…
aot_out_val_string aot_out_module Subroutine

Put string variables into the Lua script.

Read more…
aot_path_addNode aot_path_module Subroutine

With this subroutine a node is appended to the end of the list of nodes of the given path.

Read more…
aot_path_close aot_path_module Interface
aot_path_close_fun aot_path_module Subroutine

This routine closes function and all other tables opened along the path.

aot_path_close_table aot_path_module Subroutine

This routine closes all the table opened in aot_path_open_table.

aot_path_copy aot_path_module Subroutine

Copy a given path object, this is the implementation of the assignment left = right.

aot_path_delNode aot_path_module Subroutine

The delNode removes the last node from the list of nodes of the given path.

Read more…
aot_path_dump aot_path_module Subroutine

Dumps the complete path to the given output unit.

Read more…
aot_path_open aot_path_module Interface

Re-open a previously recorded path through nested Lua tables.

Read more…
aot_path_open_fun aot_path_module Subroutine

This subroutine opens all the tables on the way to the final head node, which ought to be a function.

Read more…
aot_path_open_table aot_path_module Subroutine

This subroutine opens all the tables on the way to the final head node of the given path.

Read more…
aot_path_toString aot_path_module Subroutine

Dumps the complete path into a string.

Read more…
aot_push aot_table_ops_module Interface
aot_reference_for aot_references_module Function

Get a reference for the entry defined by thandle, key and pos, or the current top entry in the stack.

Read more…
aot_reference_to_top aot_references_module Subroutine

Put a given reference (ref) in the Lua script (L) to the top of the stack.

aot_require_buffer aotus_module Subroutine

Load and execute a given buffer and register it in the package table as the given module name.

aot_table_close aot_table_ops_module Subroutine

Close a table again.

Read more…
aot_table_first aot_table_ops_module Function

Load the first key-value pair of table thandle on the stack.

Read more…
aot_table_from_1Darray aot_extdouble_table_module Interface

This interface enables the simple creation of uniform one dimensional arrays as tables in the Lua context.

Read more…
aot_table_from_1Darray aot_table_module Interface

This interface enables the simple creation of uniform one dimensional arrays as tables in the Lua context.

Read more…
aot_table_from_1Darray aot_quadruple_table_module Interface

This interface enables the simple creation of uniform one dimensional arrays as tables in the Lua context.

Read more…
aot_table_get_val aot_extdouble_table_module Interface

Get a value from a table.

Read more…
aot_table_get_val aot_table_module Interface

Get a value from a table.

Read more…
aot_table_get_val aot_quadruple_vector_module Interface
aot_table_get_val aot_quadruple_vector_module Interface
aot_table_get_val aot_vector_module Interface
aot_table_get_val aot_vector_module Interface
aot_table_get_val aot_extdouble_vector_module Interface
aot_table_get_val aot_extdouble_vector_module Interface
aot_table_get_val aot_quadruple_table_module Interface

Get a value from a table.

Read more…
aot_table_length aot_table_ops_module Function

Count the entries in a lua table.

aot_table_open aot_table_ops_module Subroutine

This subroutine tries to open a table, and returns a handle for it.

Read more…
aot_table_push aot_table_ops_module Subroutine

This subroutine tries to push the value of the entry given by key or pos within the table thandle onto the Lua stack.

Read more…
aot_table_set_top aot_table_module Subroutine

Put the top of the stack into a table.

aot_table_set_val aot_extdouble_table_module Interface

Set a value in a table.

Read more…
aot_table_set_val aot_table_module Interface

Set a value in a table.

Read more…
aot_table_set_val aot_quadruple_table_module Interface

Set a value in a table.

Read more…
aot_table_top aot_table_ops_module Function

Return the position at the top of the stack as a table handle.

Read more…
aot_top_get_double aot_top_module Subroutine

Interpret topmost entry on Lua stack as a double precision real.

aot_top_get_extdouble aot_extdouble_top_module Subroutine

Interpret topmost entry on Lua stack as a extdouble precision real.

Read more…
aot_top_get_integer aot_top_module Subroutine

Interpret topmost entry on Lua stack as a default integer.

aot_top_get_logical aot_top_module Subroutine

Interpret topmost entry on Lua stack as a single precision real.

aot_top_get_long aot_top_module Subroutine

Interpret topmost entry on Lua stack as a single precision real.

aot_top_get_quadruple aot_quadruple_top_module Subroutine

Interpret topmost entry on Lua stack as a quadruple precision real.

Read more…
aot_top_get_real aot_top_module Subroutine

Interpret topmost entry on Lua stack as a single precision real.

aot_top_get_string aot_top_module Subroutine

Interpret topmost entry on Lua stack as a single precision real.

aot_top_get_userdata aot_top_module Subroutine

Interpret topmost entry on Lua stack as userdata.

aot_top_get_val aot_quadruple_vector_module Interface
aot_top_get_val aot_quadruple_vector_module Interface
aot_top_get_val aot_quadruple_top_module Interface
aot_top_get_val aot_vector_module Interface
aot_top_get_val aot_vector_module Interface
aot_top_get_val aot_extdouble_vector_module Interface
aot_top_get_val aot_extdouble_vector_module Interface
aot_top_get_val aot_extdouble_top_module Interface
aot_top_get_val aot_top_module Interface

Get the value on top of the Lua API stack

Read more…
aot_type_of aot_table_ops_module Function

Get the Lua object in table thandle under the given key or pos on the top of the stack and return the Lua type of the gotten entry.

Read more…
assignment(=) aot_path_module Interface

Taking care of the linked list in a copying routine for the assignment of aot_path_type.

c_free flu_binding Interface
close_config aotus_module Subroutine

Close an opened Lua script again.

create_1Darray_double aot_table_module Subroutine

This subroutine takes a one dimensional array, and puts it as a table into the Lua context.

Read more…
create_1Darray_extdouble aot_extdouble_table_module Subroutine

This subroutine takes a one dimensional array, and puts it as a table into the Lua context.

Read more…
create_1Darray_quadruple aot_quadruple_table_module Subroutine

This subroutine takes a one dimensional array, and puts it as a table into the Lua context.

Read more…
create_1Darray_real aot_table_module Subroutine

This subroutine takes a one dimensional array, and puts it as a table into the Lua context.

Read more…
dump_lua_toBuf dump_lua_fif_module Interface
flu_close flu_binding Subroutine

Close a previously opened Lua script.

flu_copyptr flu_binding Function

Copy an existing Lua state.

Read more…
flu_createtable flu_binding Subroutine
flu_dump flu_binding Interface
flu_dump_toBuf flu_binding Subroutine

Dump to a buffer and return the pointer to the resulting string.

flu_free_cbuf flu_binding Subroutine

Free an allocated cbuf.

Read more…
flu_getfield flu_binding Function
flu_getglobal flu_binding Function
flu_getmetatable flu_binding Function
flu_gettable flu_binding Function
flu_gettop flu_binding Function
flu_insert flu_binding Subroutine
flu_isBoolean flu_binding Function

Only defined as a Macro, using lua_type:

flu_isFunction flu_binding Function
flu_islightuserdata flu_binding Function
flu_isNil flu_binding Function
flu_isNone flu_binding Function
flu_isNoneOrNil flu_binding Function
flu_isnumber flu_binding Function
flu_isopen flu_binding Function
flu_isString flu_binding Function
flu_isTable flu_binding Function
flu_next flu_binding Function
flu_pcall flu_binding Function
flu_pop flu_binding Subroutine

Wrapper for lua_pop that pops n elements from the Lua API stack.

flu_pushboolean flu_binding Subroutine
flu_pushcclosure flu_binding Subroutine
flu_pushdouble flu_binding Subroutine
flu_pushint flu_binding Subroutine
flu_pushinteger flu_binding Interface
flu_pushlightuserdata flu_binding Subroutine
flu_pushlong flu_binding Subroutine
flu_pushnil flu_binding Subroutine
flu_pushnumber flu_binding Interface
flu_pushreal flu_binding Subroutine
flu_pushstring flu_binding Subroutine
flu_pushvalue flu_binding Subroutine
flu_rawgeti flu_binding Function
flu_register flu_binding Subroutine
flu_setfield flu_binding Subroutine
flu_setglobal flu_binding Subroutine
flu_settable flu_binding Subroutine
flu_settop flu_binding Subroutine
flu_toBoolean flu_binding Function
flu_todouble flu_binding Function
flu_tolstring flu_binding Function
flu_tonumber flu_binding Function
flu_topointer flu_binding Function
flu_touserdata flu_binding Function
flu_type flu_binding Function
fluL_loadbuffer flu_binding Function
fluL_loadfile flu_binding Function
fluL_loadstring flu_binding Function
fluL_newmetatable flu_binding Function
fluL_newstate flu_binding Function
fluL_openlibs flu_binding Subroutine
fluL_ref flu_binding Function
fluL_setmetatable flu_binding Subroutine
get_table_double aot_table_module Subroutine

Retrieve a double precision real value from a table.

get_table_double_v aot_vector_module Subroutine

This routine obtains a vectorial quantity with fixed length from a Lua table as a whole.

Read more…
get_table_double_vvect aot_vector_module Subroutine

This routine obtains a vectorial quantity with variable length from a Lua table as a whole.

Read more…
get_table_extdouble aot_extdouble_table_module Subroutine

Retrieve a extdouble precision real value from a table.

Read more…
get_table_extdouble_v aot_extdouble_vector_module Subroutine

This routine obtains a vectorial quantity with fixed length from a Lua table as a whole.

Read more…
get_table_extdouble_vvect aot_extdouble_vector_module Subroutine

This routine obtains a vectorial quantity with variable length from a Lua table as a whole.

Read more…
get_table_integer aot_table_module Subroutine

Retrieve a default integer value from a table.

get_table_integer_v aot_vector_module Subroutine

This routine obtains a vectorial quantity with fixed length from a Lua table as a whole.

Read more…
get_table_integer_vvect aot_vector_module Subroutine

This routine obtains a vectorial quantity with variable length from a Lua table as a whole.

Read more…
get_table_logical aot_table_module Subroutine

Retrieve a logical value from a table.

get_table_logical_v aot_vector_module Subroutine

This routine obtains a vectorial quantity with fixed length from a Lua table as a whole.

Read more…
get_table_logical_vvect aot_vector_module Subroutine

This routine obtains a vectorial quantity with variable length from a Lua table as a whole.

Read more…
get_table_long aot_table_module Subroutine

Retrieve a long integer value from a table.

get_table_long_v aot_vector_module Subroutine

This routine obtains a vectorial quantity with fixed length from a Lua table as a whole.

Read more…
get_table_long_vvect aot_vector_module Subroutine

This routine obtains a vectorial quantity with variable length from a Lua table as a whole.

Read more…
get_table_quadruple aot_quadruple_table_module Subroutine

Retrieve a quadruple precision real value from a table.

Read more…
get_table_quadruple_v aot_quadruple_vector_module Subroutine

This routine obtains a vectorial quantity with fixed length from a Lua table as a whole.

Read more…
get_table_quadruple_vvect aot_quadruple_vector_module Subroutine

This routine obtains a vectorial quantity with variable length from a Lua table as a whole.

Read more…
get_table_real aot_table_module Subroutine

Retrieve a single precision real value from a table.

get_table_real_v aot_vector_module Subroutine

This routine obtains a vectorial quantity with fixed length from a Lua table as a whole.

Read more…
get_table_real_vvect aot_vector_module Subroutine

This routine obtains a vectorial quantity with variable length from a Lua table as a whole.

Read more…
get_table_string aot_table_module Subroutine

Retrieve a string from a table.

get_table_string_v aot_vector_module Subroutine

This routine obtains a vectorial quantity with fixed length from a Lua table as a whole.

Read more…
get_table_string_vvect aot_vector_module Subroutine

This routine obtains a vectorial quantity with variable length from a Lua table as a whole.

Read more…
get_table_userdata aot_table_module Subroutine

Retrieve a userdata value (generic C pointer) from a table.

get_top_double_v aot_vector_module Subroutine
get_top_double_vvect aot_vector_module Subroutine
get_top_extdouble_v aot_extdouble_vector_module Subroutine
get_top_extdouble_vvect aot_extdouble_vector_module Subroutine
get_top_integer_v aot_vector_module Subroutine
get_top_integer_vvect aot_vector_module Subroutine
get_top_logical_v aot_vector_module Subroutine
get_top_logical_vvect aot_vector_module Subroutine
get_top_long_v aot_vector_module Subroutine
get_top_long_vvect aot_vector_module Subroutine
get_top_quadruple_v aot_quadruple_vector_module Subroutine
get_top_quadruple_vvect aot_quadruple_vector_module Subroutine
get_top_real_v aot_vector_module Subroutine
get_top_real_vvect aot_vector_module Subroutine
get_top_string_v aot_vector_module Subroutine
get_top_string_vvect aot_vector_module Subroutine
lua_close lua_fif Interface
lua_createtable lua_fif Interface
lua_getfield lua_fif Interface
lua_getglobal lua_fif Interface
lua_getmetatable lua_fif Interface
lua_gettable lua_fif Interface
lua_gettop lua_fif Interface
lua_isNumber lua_fif Interface
lua_isString lua_fif Interface
lua_next lua_fif Interface
lua_pcallk lua_fif Interface
lua_pushboolean lua_fif Interface
lua_pushcclosure lua_fif Interface
lua_pushinteger lua_fif Interface
lua_pushlightuserdata lua_fif Interface
lua_pushlstring lua_fif Interface
lua_pushnil lua_fif Interface
lua_pushnumber lua_fif Interface
lua_pushvalue lua_fif Interface
lua_rawgeti lua_fif Interface
lua_rotate lua_fif Interface
lua_setfield lua_fif Interface
lua_setglobal lua_fif Interface
lua_settable lua_fif Interface
lua_settop lua_fif Interface
lua_toboolean lua_fif Interface
lua_tolstring lua_fif Interface
lua_tonumberx lua_fif Interface
lua_topointer lua_fif Interface
lua_touserdata lua_fif Interface
lua_type lua_fif Interface
luaL_loadbufferx lua_fif Interface
luaL_loadfilex lua_fif Interface
luaL_loadstring lua_fif Interface
luaL_newmetatable lua_fif Interface
luaL_newstate lua_fif Interface
luaL_openlibs lua_fif Interface
luaL_ref lua_fif Interface
luaL_setmetatable lua_fif Interface
newunit aot_out_general_module Function

Helper function to provide new unit, as long as F2008 newunit argument in open statement is not commonly available.

Read more…
open_config_buffer aotus_module Subroutine

Subroutine to load and execute a script given in a buffer (bytecode).

open_config_chunk aotus_module Subroutine

Subroutine to load and execute a script given in a string.

open_config_file aotus_module Subroutine

Subroutine to load and execute a script from a file.

Read more…
set_table_double aot_table_module Subroutine

Put a double precision real value into a table.

set_table_extdouble aot_extdouble_table_module Subroutine

Put a extdouble precision real value into a table.

set_table_integer aot_table_module Subroutine

Put a default integer value into a table.

set_table_logical aot_table_module Subroutine

Put a logical value into a table.

set_table_long aot_table_module Subroutine

Put a long integer value into a table.

set_table_quadruple aot_quadruple_table_module Subroutine

Put a quadruple precision real value into a table.

set_table_real aot_table_module Subroutine

Put a single precision real value into a table.

set_table_string aot_table_module Subroutine

Put a string value into a table.

set_table_userdata aot_table_module Subroutine

Put user-data pointer into a table.

call~~graph~~CallGraph interface~aot_fun_open aot_fun_open proc~aot_fun_ref aot_fun_ref interface~aot_fun_open->proc~aot_fun_ref proc~aot_fun_table aot_fun_table interface~aot_fun_open->proc~aot_fun_table interface~aot_fun_put aot_fun_put proc~aot_fun_put_double aot_fun_put_double interface~aot_fun_put->proc~aot_fun_put_double proc~aot_fun_put_double_v aot_fun_put_double_v interface~aot_fun_put->proc~aot_fun_put_double_v proc~aot_fun_put_single aot_fun_put_single interface~aot_fun_put->proc~aot_fun_put_single proc~aot_fun_put_single_v aot_fun_put_single_v interface~aot_fun_put->proc~aot_fun_put_single_v proc~aot_fun_put_top aot_fun_put_top interface~aot_fun_put->proc~aot_fun_put_top interface~aot_fun_put~2 aot_fun_put proc~aot_fun_put_quadruple aot_fun_put_quadruple interface~aot_fun_put~2->proc~aot_fun_put_quadruple proc~aot_fun_put_quadruple_v aot_fun_put_quadruple_v interface~aot_fun_put~2->proc~aot_fun_put_quadruple_v interface~aot_fun_put~3 aot_fun_put proc~aot_fun_put_extdouble aot_fun_put_extdouble interface~aot_fun_put~3->proc~aot_fun_put_extdouble proc~aot_fun_put_extdouble_v aot_fun_put_extdouble_v interface~aot_fun_put~3->proc~aot_fun_put_extdouble_v interface~aot_get_val aot_get_val proc~get_table_extdouble get_table_extdouble interface~aot_get_val->proc~get_table_extdouble interface~aot_get_val~2 aot_get_val proc~get_table_double get_table_double interface~aot_get_val~2->proc~get_table_double proc~get_table_integer get_table_integer interface~aot_get_val~2->proc~get_table_integer proc~get_table_logical get_table_logical interface~aot_get_val~2->proc~get_table_logical proc~get_table_long get_table_long interface~aot_get_val~2->proc~get_table_long proc~get_table_real get_table_real interface~aot_get_val~2->proc~get_table_real proc~get_table_string get_table_string interface~aot_get_val~2->proc~get_table_string proc~get_table_userdata get_table_userdata interface~aot_get_val~2->proc~get_table_userdata interface~aot_get_val~3 aot_get_val proc~get_table_quadruple_vvect get_table_quadruple_vvect interface~aot_get_val~3->proc~get_table_quadruple_vvect interface~aot_get_val~4 aot_get_val proc~get_table_quadruple_v get_table_quadruple_v interface~aot_get_val~4->proc~get_table_quadruple_v interface~aot_get_val~5 aot_get_val proc~get_table_double_vvect get_table_double_vvect interface~aot_get_val~5->proc~get_table_double_vvect proc~get_table_integer_vvect get_table_integer_vvect interface~aot_get_val~5->proc~get_table_integer_vvect proc~get_table_logical_vvect get_table_logical_vvect interface~aot_get_val~5->proc~get_table_logical_vvect proc~get_table_long_vvect get_table_long_vvect interface~aot_get_val~5->proc~get_table_long_vvect proc~get_table_real_vvect get_table_real_vvect interface~aot_get_val~5->proc~get_table_real_vvect proc~get_table_string_vvect get_table_string_vvect interface~aot_get_val~5->proc~get_table_string_vvect interface~aot_get_val~6 aot_get_val proc~get_table_double_v get_table_double_v interface~aot_get_val~6->proc~get_table_double_v proc~get_table_integer_v get_table_integer_v interface~aot_get_val~6->proc~get_table_integer_v proc~get_table_logical_v get_table_logical_v interface~aot_get_val~6->proc~get_table_logical_v proc~get_table_long_v get_table_long_v interface~aot_get_val~6->proc~get_table_long_v proc~get_table_real_v get_table_real_v interface~aot_get_val~6->proc~get_table_real_v proc~get_table_string_v get_table_string_v interface~aot_get_val~6->proc~get_table_string_v interface~aot_get_val~7 aot_get_val proc~get_table_extdouble_vvect get_table_extdouble_vvect interface~aot_get_val~7->proc~get_table_extdouble_vvect interface~aot_get_val~8 aot_get_val proc~get_table_extdouble_v get_table_extdouble_v interface~aot_get_val~8->proc~get_table_extdouble_v interface~aot_get_val~9 aot_get_val proc~get_table_quadruple get_table_quadruple interface~aot_get_val~9->proc~get_table_quadruple interface~aot_out_val aot_out_val proc~aot_out_val_arr_quadruple aot_out_val_arr_quadruple interface~aot_out_val->proc~aot_out_val_arr_quadruple proc~aot_out_val_quadruple aot_out_val_quadruple interface~aot_out_val->proc~aot_out_val_quadruple interface~aot_out_val~2 aot_out_val proc~aot_out_val_arr_extdouble aot_out_val_arr_extdouble interface~aot_out_val~2->proc~aot_out_val_arr_extdouble proc~aot_out_val_extdouble aot_out_val_extdouble interface~aot_out_val~2->proc~aot_out_val_extdouble interface~aot_out_val~3 aot_out_val proc~aot_out_val_arr_double aot_out_val_arr_double interface~aot_out_val~3->proc~aot_out_val_arr_double proc~aot_out_val_arr_int aot_out_val_arr_int interface~aot_out_val~3->proc~aot_out_val_arr_int proc~aot_out_val_arr_logical aot_out_val_arr_logical interface~aot_out_val~3->proc~aot_out_val_arr_logical proc~aot_out_val_arr_long aot_out_val_arr_long interface~aot_out_val~3->proc~aot_out_val_arr_long proc~aot_out_val_arr_real aot_out_val_arr_real interface~aot_out_val~3->proc~aot_out_val_arr_real proc~aot_out_val_arr_string aot_out_val_arr_string interface~aot_out_val~3->proc~aot_out_val_arr_string proc~aot_out_val_double aot_out_val_double interface~aot_out_val~3->proc~aot_out_val_double proc~aot_out_val_int aot_out_val_int interface~aot_out_val~3->proc~aot_out_val_int proc~aot_out_val_logical aot_out_val_logical interface~aot_out_val~3->proc~aot_out_val_logical proc~aot_out_val_long aot_out_val_long interface~aot_out_val~3->proc~aot_out_val_long proc~aot_out_val_real aot_out_val_real interface~aot_out_val~3->proc~aot_out_val_real proc~aot_out_val_string aot_out_val_string interface~aot_out_val~3->proc~aot_out_val_string interface~aot_path_close aot_path_close proc~aot_path_close_fun aot_path_close_fun interface~aot_path_close->proc~aot_path_close_fun proc~aot_path_close_table aot_path_close_table interface~aot_path_close->proc~aot_path_close_table interface~aot_path_open aot_path_open proc~aot_path_open_fun aot_path_open_fun interface~aot_path_open->proc~aot_path_open_fun proc~aot_path_open_table aot_path_open_table interface~aot_path_open->proc~aot_path_open_table interface~aot_push aot_push proc~aot_table_push aot_table_push interface~aot_push->proc~aot_table_push interface~aot_table_from_1darray aot_table_from_1Darray proc~create_1darray_extdouble create_1Darray_extdouble interface~aot_table_from_1darray->proc~create_1darray_extdouble interface~aot_table_from_1darray~2 aot_table_from_1Darray proc~create_1darray_double create_1Darray_double interface~aot_table_from_1darray~2->proc~create_1darray_double proc~create_1darray_real create_1Darray_real interface~aot_table_from_1darray~2->proc~create_1darray_real interface~aot_table_from_1darray~3 aot_table_from_1Darray proc~create_1darray_quadruple create_1Darray_quadruple interface~aot_table_from_1darray~3->proc~create_1darray_quadruple interface~aot_table_get_val aot_table_get_val interface~aot_table_get_val->proc~get_table_extdouble interface~aot_table_get_val~2 aot_table_get_val interface~aot_table_get_val~2->proc~get_table_double interface~aot_table_get_val~2->proc~get_table_integer interface~aot_table_get_val~2->proc~get_table_logical interface~aot_table_get_val~2->proc~get_table_long interface~aot_table_get_val~2->proc~get_table_real interface~aot_table_get_val~2->proc~get_table_string interface~aot_table_get_val~2->proc~get_table_userdata interface~aot_table_get_val~3 aot_table_get_val interface~aot_table_get_val~3->proc~get_table_quadruple_vvect interface~aot_table_get_val~4 aot_table_get_val interface~aot_table_get_val~4->proc~get_table_quadruple_v interface~aot_table_get_val~5 aot_table_get_val interface~aot_table_get_val~5->proc~get_table_double_vvect interface~aot_table_get_val~5->proc~get_table_integer_vvect interface~aot_table_get_val~5->proc~get_table_logical_vvect interface~aot_table_get_val~5->proc~get_table_long_vvect interface~aot_table_get_val~5->proc~get_table_real_vvect interface~aot_table_get_val~5->proc~get_table_string_vvect interface~aot_table_get_val~6 aot_table_get_val interface~aot_table_get_val~6->proc~get_table_double_v interface~aot_table_get_val~6->proc~get_table_integer_v interface~aot_table_get_val~6->proc~get_table_logical_v interface~aot_table_get_val~6->proc~get_table_long_v interface~aot_table_get_val~6->proc~get_table_real_v interface~aot_table_get_val~6->proc~get_table_string_v interface~aot_table_get_val~7 aot_table_get_val interface~aot_table_get_val~7->proc~get_table_extdouble_vvect interface~aot_table_get_val~8 aot_table_get_val interface~aot_table_get_val~8->proc~get_table_extdouble_v interface~aot_table_get_val~9 aot_table_get_val interface~aot_table_get_val~9->proc~get_table_quadruple interface~aot_table_set_val aot_table_set_val proc~set_table_extdouble set_table_extdouble interface~aot_table_set_val->proc~set_table_extdouble interface~aot_table_set_val~2 aot_table_set_val proc~set_table_double set_table_double interface~aot_table_set_val~2->proc~set_table_double proc~set_table_integer set_table_integer interface~aot_table_set_val~2->proc~set_table_integer proc~set_table_logical set_table_logical interface~aot_table_set_val~2->proc~set_table_logical proc~set_table_long set_table_long interface~aot_table_set_val~2->proc~set_table_long proc~set_table_real set_table_real interface~aot_table_set_val~2->proc~set_table_real proc~set_table_string set_table_string interface~aot_table_set_val~2->proc~set_table_string proc~set_table_userdata set_table_userdata interface~aot_table_set_val~2->proc~set_table_userdata interface~aot_table_set_val~3 aot_table_set_val proc~set_table_quadruple set_table_quadruple interface~aot_table_set_val~3->proc~set_table_quadruple interface~aot_top_get_val aot_top_get_val proc~get_top_quadruple_vvect get_top_quadruple_vvect interface~aot_top_get_val->proc~get_top_quadruple_vvect interface~aot_top_get_val~2 aot_top_get_val proc~get_top_quadruple_v get_top_quadruple_v interface~aot_top_get_val~2->proc~get_top_quadruple_v interface~aot_top_get_val~3 aot_top_get_val proc~aot_top_get_quadruple aot_top_get_quadruple interface~aot_top_get_val~3->proc~aot_top_get_quadruple interface~aot_top_get_val~4 aot_top_get_val proc~get_top_double_vvect get_top_double_vvect interface~aot_top_get_val~4->proc~get_top_double_vvect proc~get_top_integer_vvect get_top_integer_vvect interface~aot_top_get_val~4->proc~get_top_integer_vvect proc~get_top_logical_vvect get_top_logical_vvect interface~aot_top_get_val~4->proc~get_top_logical_vvect proc~get_top_long_vvect get_top_long_vvect interface~aot_top_get_val~4->proc~get_top_long_vvect proc~get_top_real_vvect get_top_real_vvect interface~aot_top_get_val~4->proc~get_top_real_vvect proc~get_top_string_vvect get_top_string_vvect interface~aot_top_get_val~4->proc~get_top_string_vvect interface~aot_top_get_val~5 aot_top_get_val proc~get_top_double_v get_top_double_v interface~aot_top_get_val~5->proc~get_top_double_v proc~get_top_integer_v get_top_integer_v interface~aot_top_get_val~5->proc~get_top_integer_v proc~get_top_logical_v get_top_logical_v interface~aot_top_get_val~5->proc~get_top_logical_v proc~get_top_long_v get_top_long_v interface~aot_top_get_val~5->proc~get_top_long_v proc~get_top_real_v get_top_real_v interface~aot_top_get_val~5->proc~get_top_real_v proc~get_top_string_v get_top_string_v interface~aot_top_get_val~5->proc~get_top_string_v interface~aot_top_get_val~6 aot_top_get_val proc~get_top_extdouble_vvect get_top_extdouble_vvect interface~aot_top_get_val~6->proc~get_top_extdouble_vvect interface~aot_top_get_val~7 aot_top_get_val proc~get_top_extdouble_v get_top_extdouble_v interface~aot_top_get_val~7->proc~get_top_extdouble_v interface~aot_top_get_val~8 aot_top_get_val proc~aot_top_get_extdouble aot_top_get_extdouble interface~aot_top_get_val~8->proc~aot_top_get_extdouble interface~aot_top_get_val~9 aot_top_get_val proc~aot_top_get_double aot_top_get_double interface~aot_top_get_val~9->proc~aot_top_get_double proc~aot_top_get_integer aot_top_get_integer interface~aot_top_get_val~9->proc~aot_top_get_integer proc~aot_top_get_logical aot_top_get_logical interface~aot_top_get_val~9->proc~aot_top_get_logical proc~aot_top_get_long aot_top_get_long interface~aot_top_get_val~9->proc~aot_top_get_long proc~aot_top_get_real aot_top_get_real interface~aot_top_get_val~9->proc~aot_top_get_real proc~aot_top_get_string aot_top_get_string interface~aot_top_get_val~9->proc~aot_top_get_string proc~aot_top_get_userdata aot_top_get_userdata interface~aot_top_get_val~9->proc~aot_top_get_userdata interface~assignment(=) assignment(=) proc~aot_path_copy aot_path_copy interface~assignment(=)->proc~aot_path_copy interface~c_free c_free interface~dump_lua_tobuf dump_lua_toBuf interface~flu_dump flu_dump proc~flu_dump_tobuf flu_dump_toBuf interface~flu_dump->proc~flu_dump_tobuf interface~flu_pushinteger flu_pushinteger proc~flu_pushint flu_pushint interface~flu_pushinteger->proc~flu_pushint proc~flu_pushlong flu_pushlong interface~flu_pushinteger->proc~flu_pushlong interface~flu_pushnumber flu_pushnumber proc~flu_pushdouble flu_pushdouble interface~flu_pushnumber->proc~flu_pushdouble proc~flu_pushreal flu_pushreal interface~flu_pushnumber->proc~flu_pushreal interface~lua_close lua_close interface~lua_createtable lua_createtable interface~lua_getfield lua_getfield interface~lua_getglobal lua_getglobal interface~lua_getmetatable lua_getmetatable interface~lua_gettable lua_gettable interface~lua_gettop lua_gettop interface~lua_isnumber lua_isNumber interface~lua_isstring lua_isString interface~lua_next lua_next interface~lua_pcallk lua_pcallk interface~lua_pushboolean lua_pushboolean interface~lua_pushcclosure lua_pushcclosure interface~lua_pushinteger lua_pushinteger interface~lua_pushlightuserdata lua_pushlightuserdata interface~lua_pushlstring lua_pushlstring interface~lua_pushnil lua_pushnil interface~lua_pushnumber lua_pushnumber interface~lua_pushvalue lua_pushvalue interface~lua_rawgeti lua_rawgeti interface~lua_rotate lua_rotate interface~lua_setfield lua_setfield interface~lua_setglobal lua_setglobal interface~lua_settable lua_settable interface~lua_settop lua_settop interface~lua_toboolean lua_toboolean interface~lua_tolstring lua_tolstring interface~lua_tonumberx lua_tonumberx interface~lua_topointer lua_topointer interface~lua_touserdata lua_touserdata interface~lua_type lua_type interface~lual_loadbufferx luaL_loadbufferx interface~lual_loadfilex luaL_loadfilex interface~lual_loadstring luaL_loadstring interface~lual_newmetatable luaL_newmetatable interface~lual_newstate luaL_newstate interface~lual_openlibs luaL_openlibs interface~lual_ref luaL_ref interface~lual_setmetatable luaL_setmetatable proc~aot_err_handler aot_err_handler proc~flu_tolstring flu_tolstring proc~aot_err_handler->proc~flu_tolstring proc~aot_exists aot_exists proc~aot_exists->proc~aot_table_push proc~flu_pop flu_pop proc~aot_exists->proc~flu_pop proc~aot_file_to_buffer aot_file_to_buffer proc~aot_file_to_buffer->interface~flu_dump proc~aot_file_to_buffer->proc~aot_err_handler proc~close_config close_config proc~aot_file_to_buffer->proc~close_config proc~flul_loadfile fluL_loadfile proc~aot_file_to_buffer->proc~flul_loadfile proc~flul_newstate fluL_newstate proc~aot_file_to_buffer->proc~flul_newstate proc~aot_fin_path aot_fin_path proc~aot_path_delnode aot_path_delNode proc~aot_fin_path->proc~aot_path_delnode proc~aot_fun_close aot_fun_close proc~flu_settop flu_settop proc~aot_fun_close->proc~flu_settop proc~aot_fun_do aot_fun_do proc~aot_fun_do->proc~aot_err_handler proc~flu_pcall flu_pcall proc~aot_fun_do->proc~flu_pcall proc~aot_fun_id aot_fun_id proc~aot_fun_put_double->interface~flu_pushnumber proc~flu_pushvalue flu_pushvalue proc~aot_fun_put_double->proc~flu_pushvalue proc~aot_fun_put_double->proc~flu_settop proc~aot_fun_put_double_v->interface~aot_table_from_1darray proc~aot_fun_put_double_v->proc~flu_pushvalue proc~aot_fun_put_double_v->proc~flu_settop proc~aot_fun_put_extdouble->interface~flu_pushnumber proc~aot_fun_put_extdouble->proc~flu_pushvalue proc~aot_fun_put_extdouble->proc~flu_settop proc~aot_fun_put_extdouble_v->interface~aot_table_from_1darray proc~aot_fun_put_extdouble_v->proc~flu_pushvalue proc~aot_fun_put_extdouble_v->proc~flu_settop proc~aot_fun_put_quadruple->interface~flu_pushnumber proc~aot_fun_put_quadruple->proc~flu_pushvalue proc~aot_fun_put_quadruple->proc~flu_settop proc~aot_fun_put_quadruple_v->interface~aot_table_from_1darray proc~aot_fun_put_quadruple_v->proc~flu_pushvalue proc~aot_fun_put_quadruple_v->proc~flu_settop proc~aot_fun_put_single->interface~flu_pushnumber proc~aot_fun_put_single->proc~flu_pushvalue proc~aot_fun_put_single->proc~flu_settop proc~aot_fun_put_single_v->interface~aot_table_from_1darray proc~aot_fun_put_single_v->proc~flu_pushvalue proc~aot_fun_put_single_v->proc~flu_settop proc~flu_gettop flu_gettop proc~aot_fun_put_top->proc~flu_gettop proc~flu_insert flu_insert proc~aot_fun_put_top->proc~flu_insert proc~aot_fun_top aot_fun_top proc~aot_fun_ref->proc~aot_fun_top proc~aot_reference_to_top aot_reference_to_top proc~aot_fun_ref->proc~aot_reference_to_top proc~aot_fun_table->proc~aot_fun_top proc~aot_fun_table->proc~aot_table_push proc~aot_fun_top->proc~flu_gettop proc~flu_isfunction flu_isFunction proc~aot_fun_top->proc~flu_isfunction proc~aot_fun_top->proc~flu_pushvalue proc~flu_topointer flu_topointer proc~aot_fun_top->proc~flu_topointer proc~aot_init_path aot_init_path proc~aot_init_path->proc~aot_fin_path proc~aot_out_breakline aot_out_breakline proc~aot_out_close aot_out_close proc~aot_out_close_table aot_out_close_table proc~aot_out_open aot_out_open proc~newunit newunit proc~aot_out_open->proc~newunit proc~aot_out_open_table aot_out_open_table proc~aot_out_open_table->proc~aot_out_breakline proc~aot_out_tochunk aot_out_toChunk proc~aot_out_val_arr_double->interface~aot_out_val~2 proc~aot_out_val_arr_double->proc~aot_out_close_table proc~aot_out_val_arr_double->proc~aot_out_open_table proc~aot_out_val_arr_extdouble->interface~aot_out_val~2 proc~aot_out_val_arr_extdouble->proc~aot_out_close_table proc~aot_out_val_arr_extdouble->proc~aot_out_open_table proc~aot_out_val_arr_int->interface~aot_out_val~2 proc~aot_out_val_arr_int->proc~aot_out_close_table proc~aot_out_val_arr_int->proc~aot_out_open_table proc~aot_out_val_arr_logical->interface~aot_out_val~2 proc~aot_out_val_arr_logical->proc~aot_out_close_table proc~aot_out_val_arr_logical->proc~aot_out_open_table proc~aot_out_val_arr_long->interface~aot_out_val~2 proc~aot_out_val_arr_long->proc~aot_out_close_table proc~aot_out_val_arr_long->proc~aot_out_open_table proc~aot_out_val_arr_quadruple->interface~aot_out_val proc~aot_out_val_arr_quadruple->proc~aot_out_close_table proc~aot_out_val_arr_quadruple->proc~aot_out_open_table proc~aot_out_val_arr_real->interface~aot_out_val~2 proc~aot_out_val_arr_real->proc~aot_out_close_table proc~aot_out_val_arr_real->proc~aot_out_open_table proc~aot_out_val_arr_string->interface~aot_out_val~2 proc~aot_out_val_arr_string->proc~aot_out_close_table proc~aot_out_val_arr_string->proc~aot_out_open_table proc~aot_out_val_double->proc~aot_out_breakline proc~aot_out_val_extdouble->proc~aot_out_breakline proc~aot_out_val_int->proc~aot_out_breakline proc~aot_out_val_logical->proc~aot_out_breakline proc~aot_out_val_long->proc~aot_out_breakline proc~aot_out_val_quadruple->proc~aot_out_breakline proc~aot_out_val_real->proc~aot_out_breakline proc~aot_out_val_string->proc~aot_out_breakline proc~aot_path_addnode aot_path_addNode proc~aot_path_close_fun->proc~aot_fun_close proc~aot_path_close_fun->proc~aot_path_close_table proc~aot_table_close aot_table_close proc~aot_path_close_table->proc~aot_table_close proc~aot_path_close_table->proc~close_config proc~aot_path_copy->proc~aot_fin_path proc~aot_path_dump aot_path_dump proc~aot_path_open_fun->interface~aot_fun_open proc~aot_path_open_fun->proc~aot_path_open_table proc~aot_table_open aot_table_open proc~aot_path_open_table->proc~aot_table_open proc~open_config_file open_config_file proc~aot_path_open_table->proc~open_config_file proc~aot_path_tostring aot_path_toString proc~aot_reference_for aot_reference_for proc~aot_reference_for->proc~aot_table_push proc~flu_getglobal flu_getglobal proc~aot_reference_for->proc~flu_getglobal proc~flul_ref fluL_ref proc~aot_reference_for->proc~flul_ref proc~flu_rawgeti flu_rawgeti proc~aot_reference_to_top->proc~flu_rawgeti proc~aot_require_buffer aot_require_buffer proc~aot_require_buffer->interface~aot_table_set_val proc~aot_require_buffer->proc~aot_table_close proc~aot_require_buffer->proc~aot_table_open proc~open_config_buffer open_config_buffer proc~aot_require_buffer->proc~open_config_buffer proc~aot_table_close->proc~flu_settop proc~aot_table_first aot_table_first proc~flu_next flu_next proc~aot_table_first->proc~flu_next proc~flu_pushnil flu_pushnil proc~aot_table_first->proc~flu_pushnil proc~aot_table_length aot_table_length proc~aot_table_length->proc~aot_table_first proc~aot_table_length->proc~flu_next proc~aot_table_length->proc~flu_pop proc~aot_table_open->proc~aot_table_push proc~aot_table_top aot_table_top proc~aot_table_open->proc~aot_table_top proc~flu_createtable flu_createtable proc~aot_table_open->proc~flu_createtable proc~aot_table_open->proc~flu_getglobal proc~aot_table_open->proc~flu_gettop proc~aot_table_push->interface~flu_pushinteger proc~flu_getfield flu_getfield proc~aot_table_push->proc~flu_getfield proc~aot_table_push->proc~flu_getglobal proc~flu_gettable flu_gettable proc~aot_table_push->proc~flu_gettable proc~aot_table_push->proc~flu_pop proc~aot_table_push->proc~flu_pushnil proc~flu_type flu_type proc~aot_table_push->proc~flu_type proc~aot_table_set_top aot_table_set_top proc~aot_table_set_top->interface~flu_pushinteger proc~aot_table_set_top->proc~flu_gettop proc~aot_table_set_top->proc~flu_insert proc~flu_setfield flu_setfield proc~aot_table_set_top->proc~flu_setfield proc~flu_settable flu_settable proc~aot_table_set_top->proc~flu_settable proc~aot_table_top->proc~flu_gettop proc~flu_istable flu_isTable proc~aot_table_top->proc~flu_istable proc~aot_table_top->proc~flu_pop proc~flu_isnoneornil flu_isNoneOrNil proc~aot_top_get_double->proc~flu_isnoneornil proc~flu_isnumber flu_isnumber proc~aot_top_get_double->proc~flu_isnumber proc~aot_top_get_double->proc~flu_pop proc~flu_todouble flu_todouble proc~aot_top_get_double->proc~flu_todouble proc~aot_top_get_extdouble->proc~flu_isnoneornil proc~aot_top_get_extdouble->proc~flu_isnumber proc~aot_top_get_extdouble->proc~flu_pop proc~aot_top_get_extdouble->proc~flu_todouble proc~aot_top_get_integer->proc~flu_isnoneornil proc~aot_top_get_integer->proc~flu_isnumber proc~aot_top_get_integer->proc~flu_pop proc~aot_top_get_integer->proc~flu_todouble proc~flu_isboolean flu_isBoolean proc~aot_top_get_logical->proc~flu_isboolean proc~aot_top_get_logical->proc~flu_isnoneornil proc~aot_top_get_logical->proc~flu_pop proc~flu_toboolean flu_toBoolean proc~aot_top_get_logical->proc~flu_toboolean proc~aot_top_get_long->proc~flu_isnoneornil proc~aot_top_get_long->proc~flu_isnumber proc~aot_top_get_long->proc~flu_pop proc~aot_top_get_long->proc~flu_todouble proc~aot_top_get_quadruple->proc~flu_isnoneornil proc~aot_top_get_quadruple->proc~flu_isnumber proc~aot_top_get_quadruple->proc~flu_pop proc~aot_top_get_quadruple->proc~flu_todouble proc~aot_top_get_real->proc~flu_isnoneornil proc~aot_top_get_real->proc~flu_isnumber proc~aot_top_get_real->proc~flu_pop proc~flu_tonumber flu_tonumber proc~aot_top_get_real->proc~flu_tonumber proc~aot_top_get_string->proc~flu_isnoneornil proc~flu_isstring flu_isString proc~aot_top_get_string->proc~flu_isstring proc~aot_top_get_string->proc~flu_pop proc~aot_top_get_string->proc~flu_tolstring proc~flu_islightuserdata flu_islightuserdata proc~aot_top_get_userdata->proc~flu_islightuserdata proc~aot_top_get_userdata->proc~flu_isnoneornil proc~aot_top_get_userdata->proc~flu_pop proc~flu_touserdata flu_touserdata proc~aot_top_get_userdata->proc~flu_touserdata proc~aot_type_of aot_type_of proc~aot_type_of->proc~aot_table_push proc~aot_type_of->proc~flu_getglobal proc~aot_type_of->proc~flu_type proc~flu_close flu_close proc~close_config->proc~flu_close proc~create_1darray_double->interface~flu_pushinteger proc~create_1darray_double->interface~flu_pushnumber proc~create_1darray_double->proc~flu_createtable proc~create_1darray_double->proc~flu_gettop proc~create_1darray_double->proc~flu_settable proc~create_1darray_extdouble->interface~flu_pushinteger proc~create_1darray_extdouble->interface~flu_pushnumber proc~create_1darray_extdouble->proc~flu_createtable proc~create_1darray_extdouble->proc~flu_gettop proc~create_1darray_extdouble->proc~flu_settable proc~create_1darray_quadruple->interface~flu_pushinteger proc~create_1darray_quadruple->interface~flu_pushnumber proc~create_1darray_quadruple->proc~flu_createtable proc~create_1darray_quadruple->proc~flu_gettop proc~create_1darray_quadruple->proc~flu_settable proc~create_1darray_real->interface~flu_pushinteger proc~create_1darray_real->interface~flu_pushnumber proc~create_1darray_real->proc~flu_createtable proc~create_1darray_real->proc~flu_gettop proc~create_1darray_real->proc~flu_settable proc~flu_close->interface~lua_close proc~flu_copyptr flu_copyptr proc~flu_createtable->interface~lua_createtable proc~flu_dump_tobuf->interface~dump_lua_tobuf proc~flu_free_cbuf flu_free_cbuf proc~flu_free_cbuf->interface~c_free proc~flu_getfield->interface~lua_getfield proc~flu_getglobal->interface~lua_getglobal proc~flu_getmetatable flu_getmetatable proc~flu_getmetatable->interface~lua_getmetatable proc~flu_gettable->interface~lua_gettable proc~flu_gettop->interface~lua_gettop proc~flu_insert->interface~lua_rotate proc~flu_isboolean->interface~lua_type proc~flu_isfunction->interface~lua_type proc~flu_islightuserdata->interface~lua_type proc~flu_isnil flu_isNil proc~flu_isnil->interface~lua_type proc~flu_isnone flu_isNone proc~flu_isnone->interface~lua_type proc~flu_isnoneornil->interface~lua_type proc~flu_isnumber->interface~lua_isnumber proc~flu_isopen flu_isopen proc~flu_isstring->interface~lua_isstring proc~flu_istable->interface~lua_type proc~flu_next->interface~lua_next proc~flu_pcall->interface~lua_pcallk proc~flu_pop->interface~lua_settop proc~flu_pushboolean flu_pushboolean proc~flu_pushboolean->interface~lua_pushboolean proc~flu_pushcclosure flu_pushcclosure proc~flu_pushcclosure->interface~lua_pushcclosure proc~flu_pushdouble->interface~lua_pushnumber proc~flu_pushint->interface~lua_pushinteger proc~flu_pushlightuserdata flu_pushlightuserdata proc~flu_pushlightuserdata->interface~lua_pushlightuserdata proc~flu_pushlong->interface~lua_pushinteger proc~flu_pushnil->interface~lua_pushnil proc~flu_pushreal->interface~lua_pushnumber proc~flu_pushstring flu_pushstring proc~flu_pushstring->interface~lua_pushlstring proc~flu_pushvalue->interface~lua_pushvalue proc~flu_rawgeti->interface~lua_rawgeti proc~flu_register flu_register proc~flu_register->proc~flu_pushcclosure proc~flu_setglobal flu_setglobal proc~flu_register->proc~flu_setglobal proc~flu_setfield->interface~lua_setfield proc~flu_setglobal->interface~lua_setglobal proc~flu_settable->interface~lua_settable proc~flu_settop->interface~lua_settop proc~flu_toboolean->interface~lua_toboolean proc~flu_todouble->interface~lua_tonumberx proc~flu_tolstring->interface~lua_tolstring proc~flu_tonumber->interface~lua_tonumberx proc~flu_topointer->interface~lua_topointer proc~flu_touserdata->interface~lua_touserdata proc~flu_type->interface~lua_type proc~flul_loadbuffer fluL_loadbuffer proc~flul_loadbuffer->interface~lual_loadbufferx proc~flul_loadfile->interface~lual_loadfilex proc~flul_loadstring fluL_loadstring proc~flul_loadstring->interface~lual_loadstring proc~flul_newmetatable fluL_newmetatable proc~flul_newmetatable->interface~lual_newmetatable proc~flul_newstate->interface~lual_newstate proc~flul_openlibs fluL_openlibs proc~flul_openlibs->interface~lual_openlibs proc~flul_ref->interface~lual_ref proc~flul_setmetatable fluL_setmetatable proc~flul_setmetatable->interface~lual_setmetatable proc~get_table_double->interface~aot_top_get_val~8 proc~get_table_double->proc~aot_table_push proc~get_table_double->proc~flu_getglobal proc~get_table_double_v->interface~aot_top_get_val~8 proc~get_table_double_v->proc~aot_type_of proc~get_table_double_vvect->interface~aot_top_get_val~8 proc~get_table_double_vvect->proc~aot_type_of proc~get_table_extdouble->interface~aot_top_get_val~8 proc~get_table_extdouble->proc~aot_table_push proc~get_table_extdouble->proc~flu_getglobal proc~get_table_extdouble_v->interface~aot_top_get_val~8 proc~get_table_extdouble_v->proc~aot_table_push proc~get_table_extdouble_v->proc~flu_getglobal proc~get_table_extdouble_vvect->interface~aot_top_get_val~8 proc~get_table_extdouble_vvect->proc~aot_table_push proc~get_table_extdouble_vvect->proc~flu_getglobal proc~get_table_integer->interface~aot_top_get_val~8 proc~get_table_integer->proc~aot_table_push proc~get_table_integer->proc~flu_getglobal proc~get_table_integer_v->interface~aot_top_get_val~8 proc~get_table_integer_v->proc~aot_type_of proc~get_table_integer_vvect->interface~aot_top_get_val~8 proc~get_table_integer_vvect->proc~aot_type_of proc~get_table_logical->interface~aot_top_get_val~8 proc~get_table_logical->proc~aot_table_push proc~get_table_logical->proc~flu_getglobal proc~get_table_logical_v->interface~aot_top_get_val~8 proc~get_table_logical_v->proc~aot_type_of proc~get_table_logical_vvect->interface~aot_top_get_val~8 proc~get_table_logical_vvect->proc~aot_type_of proc~get_table_long->interface~aot_top_get_val~8 proc~get_table_long->proc~aot_table_push proc~get_table_long->proc~flu_getglobal proc~get_table_long_v->interface~aot_top_get_val~8 proc~get_table_long_v->proc~aot_type_of proc~get_table_long_vvect->interface~aot_top_get_val~8 proc~get_table_long_vvect->proc~aot_type_of proc~get_table_quadruple->interface~aot_top_get_val~8 proc~get_table_quadruple->proc~aot_table_push proc~get_table_quadruple->proc~flu_getglobal proc~get_table_quadruple_v->interface~aot_top_get_val~8 proc~get_table_quadruple_v->proc~aot_table_push proc~get_table_quadruple_v->proc~flu_getglobal proc~get_table_quadruple_vvect->interface~aot_top_get_val~8 proc~get_table_quadruple_vvect->proc~aot_table_push proc~get_table_quadruple_vvect->proc~flu_getglobal proc~get_table_real->interface~aot_top_get_val~8 proc~get_table_real->proc~aot_table_push proc~get_table_real->proc~flu_getglobal proc~get_table_real_v->interface~aot_top_get_val~8 proc~get_table_real_v->proc~aot_type_of proc~get_table_real_vvect->interface~aot_top_get_val~8 proc~get_table_real_vvect->proc~aot_type_of proc~get_table_string->interface~aot_top_get_val~8 proc~get_table_string->proc~aot_table_push proc~get_table_string->proc~flu_getglobal proc~get_table_string_v->interface~aot_top_get_val~8 proc~get_table_string_v->proc~aot_type_of proc~get_table_string_vvect->interface~aot_top_get_val~8 proc~get_table_string_vvect->proc~aot_type_of proc~get_table_userdata->interface~aot_top_get_val~8 proc~get_table_userdata->proc~aot_table_push proc~get_table_userdata->proc~flu_getglobal proc~get_top_double_v->interface~aot_top_get_val~8 proc~get_top_double_v->proc~aot_table_close proc~get_top_double_v->proc~aot_table_first proc~get_top_double_v->proc~aot_table_length proc~get_top_double_v->proc~aot_table_top proc~get_top_double_v->proc~flu_next proc~get_top_double_vvect->interface~aot_top_get_val~8 proc~get_top_double_vvect->proc~aot_table_close proc~get_top_double_vvect->proc~aot_table_first proc~get_top_double_vvect->proc~aot_table_length proc~get_top_double_vvect->proc~aot_table_top proc~get_top_double_vvect->proc~flu_isnumber proc~get_top_double_vvect->proc~flu_next proc~get_top_extdouble_v->interface~aot_top_get_val~8 proc~get_top_extdouble_v->proc~aot_table_close proc~get_top_extdouble_v->proc~aot_table_first proc~get_top_extdouble_v->proc~aot_table_length proc~get_top_extdouble_v->proc~aot_table_top proc~get_top_extdouble_v->proc~flu_next proc~get_top_extdouble_vvect->interface~aot_top_get_val~8 proc~get_top_extdouble_vvect->proc~aot_table_close proc~get_top_extdouble_vvect->proc~aot_table_first proc~get_top_extdouble_vvect->proc~aot_table_length proc~get_top_extdouble_vvect->proc~aot_table_top proc~get_top_extdouble_vvect->proc~flu_next proc~get_top_integer_v->interface~aot_top_get_val~8 proc~get_top_integer_v->proc~aot_table_close proc~get_top_integer_v->proc~aot_table_first proc~get_top_integer_v->proc~aot_table_length proc~get_top_integer_v->proc~aot_table_top proc~get_top_integer_v->proc~flu_next proc~get_top_integer_vvect->interface~aot_top_get_val~8 proc~get_top_integer_vvect->proc~aot_table_close proc~get_top_integer_vvect->proc~aot_table_first proc~get_top_integer_vvect->proc~aot_table_length proc~get_top_integer_vvect->proc~aot_table_top proc~get_top_integer_vvect->proc~flu_isnumber proc~get_top_integer_vvect->proc~flu_next proc~get_top_logical_v->interface~aot_top_get_val~8 proc~get_top_logical_v->proc~aot_table_close proc~get_top_logical_v->proc~aot_table_first proc~get_top_logical_v->proc~aot_table_length proc~get_top_logical_v->proc~aot_table_top proc~get_top_logical_v->proc~flu_next proc~get_top_logical_vvect->interface~aot_top_get_val~8 proc~get_top_logical_vvect->proc~aot_table_close proc~get_top_logical_vvect->proc~aot_table_first proc~get_top_logical_vvect->proc~aot_table_length proc~get_top_logical_vvect->proc~aot_table_top proc~get_top_logical_vvect->proc~flu_isboolean proc~get_top_logical_vvect->proc~flu_next proc~get_top_long_v->interface~aot_top_get_val~8 proc~get_top_long_v->proc~aot_table_close proc~get_top_long_v->proc~aot_table_first proc~get_top_long_v->proc~aot_table_length proc~get_top_long_v->proc~aot_table_top proc~get_top_long_v->proc~flu_next proc~get_top_long_vvect->interface~aot_top_get_val~8 proc~get_top_long_vvect->proc~aot_table_close proc~get_top_long_vvect->proc~aot_table_first proc~get_top_long_vvect->proc~aot_table_length proc~get_top_long_vvect->proc~aot_table_top proc~get_top_long_vvect->proc~flu_isnumber proc~get_top_long_vvect->proc~flu_next proc~get_top_quadruple_v->interface~aot_top_get_val~8 proc~get_top_quadruple_v->proc~aot_table_close proc~get_top_quadruple_v->proc~aot_table_first proc~get_top_quadruple_v->proc~aot_table_length proc~get_top_quadruple_v->proc~aot_table_top proc~get_top_quadruple_v->proc~flu_next proc~get_top_quadruple_vvect->interface~aot_top_get_val~8 proc~get_top_quadruple_vvect->proc~aot_table_close proc~get_top_quadruple_vvect->proc~aot_table_first proc~get_top_quadruple_vvect->proc~aot_table_length proc~get_top_quadruple_vvect->proc~aot_table_top proc~get_top_quadruple_vvect->proc~flu_next proc~get_top_real_v->interface~aot_top_get_val~8 proc~get_top_real_v->proc~aot_table_close proc~get_top_real_v->proc~aot_table_first proc~get_top_real_v->proc~aot_table_length proc~get_top_real_v->proc~aot_table_top proc~get_top_real_v->proc~flu_next proc~get_top_real_vvect->interface~aot_top_get_val~8 proc~get_top_real_vvect->proc~aot_table_close proc~get_top_real_vvect->proc~aot_table_first proc~get_top_real_vvect->proc~aot_table_length proc~get_top_real_vvect->proc~aot_table_top proc~get_top_real_vvect->proc~flu_isnumber proc~get_top_real_vvect->proc~flu_next proc~get_top_string_v->interface~aot_top_get_val~8 proc~get_top_string_v->proc~aot_table_close proc~get_top_string_v->proc~aot_table_first proc~get_top_string_v->proc~aot_table_length proc~get_top_string_v->proc~aot_table_top proc~get_top_string_v->proc~flu_next proc~get_top_string_vvect->interface~aot_top_get_val~8 proc~get_top_string_vvect->proc~aot_table_close proc~get_top_string_vvect->proc~aot_table_first proc~get_top_string_vvect->proc~aot_table_length proc~get_top_string_vvect->proc~aot_table_top proc~get_top_string_vvect->proc~flu_isstring proc~get_top_string_vvect->proc~flu_next proc~open_config_buffer->proc~aot_err_handler proc~open_config_buffer->proc~flu_isopen proc~open_config_buffer->proc~flu_pcall proc~open_config_buffer->proc~flul_loadbuffer proc~open_config_buffer->proc~flul_newstate proc~open_config_buffer->proc~flul_openlibs proc~open_config_chunk open_config_chunk proc~open_config_chunk->proc~aot_err_handler proc~open_config_chunk->proc~flu_isopen proc~open_config_chunk->proc~flu_pcall proc~open_config_chunk->proc~flul_loadstring proc~open_config_chunk->proc~flul_newstate proc~open_config_chunk->proc~flul_openlibs proc~open_config_file->interface~flu_dump proc~open_config_file->proc~aot_err_handler proc~open_config_file->proc~flu_isopen proc~open_config_file->proc~flu_pcall proc~open_config_file->proc~flul_loadfile proc~open_config_file->proc~flul_newstate proc~open_config_file->proc~flul_openlibs proc~set_table_double->interface~flu_pushinteger proc~set_table_double->interface~flu_pushnumber proc~set_table_double->proc~flu_setfield proc~set_table_double->proc~flu_settable proc~set_table_extdouble->interface~flu_pushinteger proc~set_table_extdouble->interface~flu_pushnumber proc~set_table_extdouble->proc~flu_setfield proc~set_table_extdouble->proc~flu_settable proc~set_table_integer->interface~flu_pushinteger proc~set_table_integer->proc~flu_setfield proc~set_table_integer->proc~flu_settable proc~set_table_logical->interface~flu_pushinteger proc~set_table_logical->proc~flu_pushboolean proc~set_table_logical->proc~flu_setfield proc~set_table_logical->proc~flu_settable proc~set_table_long->interface~flu_pushinteger proc~set_table_long->proc~flu_setfield proc~set_table_long->proc~flu_settable proc~set_table_quadruple->interface~flu_pushinteger proc~set_table_quadruple->interface~flu_pushnumber proc~set_table_quadruple->proc~flu_setfield proc~set_table_quadruple->proc~flu_settable proc~set_table_real->interface~flu_pushinteger proc~set_table_real->interface~flu_pushnumber proc~set_table_real->proc~flu_setfield proc~set_table_real->proc~flu_settable proc~set_table_string->interface~flu_pushinteger proc~set_table_string->proc~flu_pushstring proc~set_table_string->proc~flu_setfield proc~set_table_string->proc~flu_settable proc~set_table_userdata->interface~flu_pushinteger proc~set_table_userdata->proc~flu_pushlightuserdata proc~set_table_userdata->proc~flu_setfield proc~set_table_userdata->proc~flu_settable program~test test program~test->proc~flu_close program~test->proc~flu_getglobal program~test->proc~flu_pcall program~test->proc~flu_tolstring program~test->proc~flu_tonumber program~test->proc~flul_loadfile program~test->proc~flul_newstate
Help