tem_pop_from_track_rq Subroutine

public subroutine tem_pop_from_track_rq(L, modname, buffer)

Subroutine to pop the code from the tracked required files.

This routine reads the given module from the previously stored list of required codes into the buffer and removes it from the table in Lua.

Arguments

TypeIntentOptionalAttributesName
type(flu_State) :: L
character(len=*), intent(in) :: modname

Name of the module to pop.

type(cbuf_type) :: buffer

Buffer to hold the code.


Calls

proc~~tem_pop_from_track_rq~~CallsGraph proc~tem_pop_from_track_rq tem_pop_from_track_rq proc~aot_table_push aot_table_push proc~tem_pop_from_track_rq->proc~aot_table_push proc~flu_pushnil flu_pushnil proc~tem_pop_from_track_rq->proc~flu_pushnil proc~flu_pop flu_pop proc~tem_pop_from_track_rq->proc~flu_pop interface~flu_dump flu_dump proc~tem_pop_from_track_rq->interface~flu_dump proc~aot_table_open aot_table_open proc~tem_pop_from_track_rq->proc~aot_table_open proc~aot_table_close aot_table_close proc~tem_pop_from_track_rq->proc~aot_table_close proc~aot_table_set_top aot_table_set_top proc~tem_pop_from_track_rq->proc~aot_table_set_top

Called by

proc~~tem_pop_from_track_rq~~CalledByGraph proc~tem_pop_from_track_rq tem_pop_from_track_rq proc~tem_open_distconf_array tem_open_distconf_array proc~tem_open_distconf_array->proc~tem_pop_from_track_rq proc~tem_open_distconf tem_open_distconf proc~tem_open_distconf->proc~tem_pop_from_track_rq proc~tem_restart_readheader tem_restart_readHeader proc~tem_restart_readheader->proc~tem_open_distconf proc~tem_load_restart tem_load_restart proc~tem_load_restart->proc~tem_restart_readheader

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: track_handle
integer, private :: code_handle
integer, private :: buflen
integer, private :: iError