close_config Subroutine

public subroutine close_config(L)

Close an opened Lua script again.

Arguments

TypeIntentOptionalAttributesName
type(flu_State) :: L

Handle to the Lua script to close.


Calls

proc~~close_config~~CallsGraph proc~close_config close_config proc~flu_close flu_close proc~close_config->proc~flu_close interface~lua_close lua_close proc~flu_close->interface~lua_close

Called by

proc~~close_config~~CalledByGraph proc~close_config close_config proc~aot_path_close_table aot_path_close_table proc~aot_path_close_table->proc~close_config proc~aot_file_to_buffer aot_file_to_buffer proc~aot_file_to_buffer->proc~close_config interface~aot_path_close aot_path_close interface~aot_path_close->proc~aot_path_close_table proc~aot_path_close_fun aot_path_close_fun interface~aot_path_close->proc~aot_path_close_fun proc~aot_path_close_fun->proc~aot_path_close_table

Contents

None